SavedConcreteFunctionOrBuilder

อินเทอร์เฟซสาธารณะ SavedConcreteFunctionOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

บทคัดย่อ
getBoundInputs (ดัชนี int)
 Bound inputs to the function.
บทคัดย่อ
getBoundInputsCount ()
 Bound inputs to the function.
รายการนามธรรม<จำนวนเต็ม>
getBoundInputsList ()
 Bound inputs to the function.
ค่าโครงสร้าง นามธรรม
รับ CanonicalizedInputSignature ()
 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.
ค่าโครงสร้าง นามธรรม
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.
บูลีนนามธรรม
มี CanonicalizedInputSignature ()
 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)

 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;

รายการนามธรรมสาธารณะ <จำนวนเต็ม> 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;

โครงสร้าง นามธรรม สาธารณะค่า 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;