SavedConcreteFunctionOrBuilder

ממשק ציבורי SavedConcreteFunctionOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

מופשט int
getBoundInputs (int index)
 Bound inputs to the function.
מופשט int
getBoundInputsCount ()
 Bound inputs to the function.
רשימה מופשטת <מספר שלם>
getBoundInputsList ()
 Bound inputs to the function.
מופשט StructuredValue
getCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
תקציר StructuredValueOrBuilder
getCanonicalizedInputSignatureOrBuilder ()
 Input in canonicalized form that was received to create this concrete
 function.
מופשט StructuredValue
getOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
תקציר StructuredValueOrBuilder
getOutputSignatureOrBuilder ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.
בוליאני מופשט
hasCanonicalizedInputSignature ()
 Input in canonicalized form that was received to create this concrete
 function.
בוליאני מופשט
hasOutputSignature ()
 Output that was the return value of this function after replacing all
 Tensors with TensorSpecs.

שיטות ציבוריות

תקציר ציבורי 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;

תקציר ציבורי 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;

רשימת תקציר ציבורית<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;

תקציר ציבורי StructuredValue getCanonicalizedInputSignature ()

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

תקציר ציבורי StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

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

תקציר ציבורי 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;

תקציר ציבורי 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;

תקציר ציבורי בוליאני hasCanonicalizedInputSignature ()

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

תקציר ציבורי בוליאני 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;