Package tensorflow
Interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedObjectGraphOuterClass.SavedConcreteFunction,SavedObjectGraphOuterClass.SavedConcreteFunction.Builder
- Enclosing class:
SavedObjectGraphOuterClass
public static interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetBoundInputs(int index) repeated int32 bound_inputs = 2;intrepeated int32 bound_inputs = 2;repeated int32 bound_inputs = 2;Input in canonicalized form that was received to create this concrete function.Input in canonicalized form that was received to create this concrete function.Output that was the return value of this function after replacing all Tensors with TensorSpecs.Output that was the return value of this function after replacing all Tensors with TensorSpecs.booleanInput in canonicalized form that was received to create this concrete function.booleanOutput that was the return value of this function after replacing all Tensors with TensorSpecs.Methods 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
-
getBoundInputsList
repeated int32 bound_inputs = 2;- Returns:
- A list containing the boundInputs.
-
getBoundInputsCount
int getBoundInputsCount()repeated int32 bound_inputs = 2;- Returns:
- The count of boundInputs.
-
getBoundInputs
int getBoundInputs(int index) repeated int32 bound_inputs = 2;- Parameters:
index- The index of the element to return.- Returns:
- The boundInputs at the given index.
-
hasCanonicalizedInputSignature
boolean hasCanonicalizedInputSignature()Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;- Returns:
- Whether the canonicalizedInputSignature field is set.
-
getCanonicalizedInputSignature
Struct.StructuredValue getCanonicalizedInputSignature()Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;- Returns:
- The canonicalizedInputSignature.
-
getCanonicalizedInputSignatureOrBuilder
Struct.StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder()Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3; -
hasOutputSignature
boolean hasOutputSignature()Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;- Returns:
- Whether the outputSignature field is set.
-
getOutputSignature
Struct.StructuredValue getOutputSignature()Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;- Returns:
- The outputSignature.
-
getOutputSignatureOrBuilder
Struct.StructuredValueOrBuilder getOutputSignatureOrBuilder()Output that was the return value of this function after replacing all Tensors with TensorSpecs. This can be an arbitrary nested function and will be used to reconstruct the full structure from pure tensors.
.tensorflow.StructuredValue output_signature = 4;
-