public static interface SavedObjectGraphOuterClass.SavedConcreteFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBoundInputs(int index)
Bound inputs to the function.
|
int |
getBoundInputsCount()
Bound inputs to the function.
|
List<Integer> |
getBoundInputsList()
Bound inputs to the function.
|
Struct.StructuredValue |
getCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete
function.
|
Struct.StructuredValueOrBuilder |
getCanonicalizedInputSignatureOrBuilder()
Input in canonicalized form that was received to create this concrete
function.
|
Struct.StructuredValue |
getOutputSignature()
Output that was the return value of this function after replacing all
Tensors with TensorSpecs.
|
Struct.StructuredValueOrBuilder |
getOutputSignatureOrBuilder()
Output that was the return value of this function after replacing all
Tensors with TensorSpecs.
|
boolean |
hasCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete
function.
|
boolean |
hasOutputSignature()
Output that was the return value of this function after replacing all
Tensors with TensorSpecs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getBoundInputsList()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
int getBoundInputsCount()
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
int getBoundInputs(int index)
Bound inputs to the function. The SavedObjects identified by the node ids given here are appended as extra inputs to the caller-supplied inputs. The only types of SavedObjects valid here are SavedVariable, SavedResource and SavedAsset.
repeated int32 bound_inputs = 2;
boolean hasCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
Struct.StructuredValue getCanonicalizedInputSignature()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
Struct.StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
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;
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;
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;
Copyright © 2015–2019. All rights reserved.