SavedConcreteFunctionOrBuilder

공개 인터페이스 SavedConcreteFunctionOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 정수
getBoundInputs (정수 인덱스)
 Bound inputs to the function.
추상 정수
getBoundInputsCount ()
 Bound inputs to the function.
추상 목록<정수>
getBoundInputsList ()
 Bound inputs to the function.
추상 구조화된 값
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.
추상 구조화된 값
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 인덱스)

 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;

공개 추상 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;

공개 추상 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;