SavedConcreteFunctionOrBuilder

public interface SavedConcreteFunctionOrBuilder
Known Indirect Subclasses

Public Methods

abstract int
getBoundInputs(int index)
 Bound inputs to the function.
abstract int
getBoundInputsCount()
 Bound inputs to the function.
abstract List<Integer>
getBoundInputsList()
 Bound inputs to the function.
abstract StructuredValue
getCanonicalizedInputSignature()
 Input in canonicalized form that was received to create this concrete
 function.
abstract StructuredValueOrBuilder
getCanonicalizedInputSignatureOrBuilder()
 Input in canonicalized form that was received to create this concrete
 function.
abstract StructuredValue
getOutputSignature()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
abstract StructuredValueOrBuilder
getOutputSignatureOrBuilder()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
abstract boolean
hasCanonicalizedInputSignature()
 Input in canonicalized form that was received to create this concrete
 function.
abstract boolean
hasOutputSignature()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.

Public Methods

public abstract 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;

public abstract 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;

public abstract 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;

public abstract StructuredValue getCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public abstract StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public abstract 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;

public abstract 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;

public abstract boolean hasCanonicalizedInputSignature ()

 Input in canonicalized form that was received to create this concrete
 function.
 
.tensorflow.StructuredValue canonicalized_input_signature = 3;

public abstract 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;