SavedConcreteFunctionOrBuilder

পাবলিক ইন্টারফেস SavedConcreteFunctionOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত int
getBoundInputs (int সূচক)
 Bound inputs to the function.
বিমূর্ত int
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.
বিমূর্ত স্ট্রাকচার্ড ভ্যালু
getOutput স্বাক্ষর ()
 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.
বিমূর্ত বুলিয়ান
ক্যানোনিকালাইজড ইনপুট স্বাক্ষর ()
 Input in canonicalized form that was received to create this concrete
 function.
বিমূর্ত বুলিয়ান
আছে আউটপুট স্বাক্ষর ()
 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;

সর্বজনীন বিমূর্ত তালিকা<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;

সর্বজনীন বিমূর্ত কাঠামোগত মান 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;

পাবলিক বিমূর্ত স্ট্রাকচার্ড ভ্যালু 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;

সর্বজনীন বিমূর্ত বুলিয়ান আছে ক্যানোনিকালাইজড ইনপুট স্বাক্ষর ()

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

পাবলিক বিমূর্ত বুলিয়ান আছে আউটপুট স্বাক্ষর ()

 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;