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 TypeMethodDescriptionName of concrete function which contains the computed graph tensor.com.google.protobuf.ByteStringName of concrete function which contains the computed graph tensor.getName()Name of captured tensorcom.google.protobuf.ByteStringName of captured tensorMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-