Package tensorflow

Interface SavedObjectGraphOuterClass.CapturedTensorOrBuilder

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

public static interface SavedObjectGraphOuterClass.CapturedTensorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of concrete function which contains the computed graph tensor.
    com.google.protobuf.ByteString
    Name of concrete function which contains the computed graph tensor.
    Name of captured tensor
    com.google.protobuf.ByteString
    Name of captured tensor

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

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

      com.google.protobuf.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

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