Interface SavedObjectGraphOuterClass.CapturedTensorOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
SavedObjectGraphOuterClass.CapturedTensor, SavedObjectGraphOuterClass.CapturedTensor.Builder
Enclosing class:
SavedObjectGraphOuterClass

public static interface SavedObjectGraphOuterClass.CapturedTensorOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      Name of captured tensor
      
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Name of captured tensor
      
      string name = 1;
      Returns:
      The bytes for name.
    • getConcreteFunction

      String getConcreteFunction()
      Name of concrete function which contains the computed graph tensor.
      
      string concrete_function = 2;
      Returns:
      The concreteFunction.
    • getConcreteFunctionBytes

      ByteString getConcreteFunctionBytes()
      Name of concrete function which contains the computed graph tensor.
      
      string concrete_function = 2;
      Returns:
      The bytes for concreteFunction.