SavedConcreteFunction

כיתת גמר ציבורית SavedConcreteFunction

 Stores low-level information about a concrete function. Referenced in either
 a SavedFunction or a SavedBareConcreteFunction.
 
tensorflow.SavedConcreteFunction מסוג Protobuf.SavedConcreteFunction

כיתות מקוננות

מעמד SavedConcreteFunction.Builder
 Stores low-level information about a concrete function. 

קבועים

int BOUND_INPUTS_FIELD_NUMBER
int CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
int OUTPUT_SIGNATURE_FIELD_NUMBER

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

בוליאני
שווה (Object obj)
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.
סטטי SavedConcreteFunction
SavedConcreteFunction
final static com.google.protobuf.Descriptors.Descriptor
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.
int
final com.google.protobuf.UnknownFieldSet
בוליאני
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
בוליאנית סופית
סטטי SavedConcreteFunction.Builder
newBuilder (אב-טיפוס SavedConcreteFunction )
סטטי SavedConcreteFunction.Builder
SavedConcreteFunction.Builder
סטטי SavedConcreteFunction
parseDelimitedFrom (קלט InputStream)
סטטי SavedConcreteFunction
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי SavedConcreteFunction
parseFrom (נתוני ByteBuffer)
סטטי SavedConcreteFunction
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי SavedConcreteFunction
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי SavedConcreteFunction
parseFrom (קלט com.google.protobuf.CodedInputStream)
סטטי SavedConcreteFunction
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי SavedConcreteFunction
parseFrom (נתוני com.google.protobuf.ByteString)
סטטי SavedConcreteFunction
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטטי SavedConcreteFunction
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
SavedConcreteFunction.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי BOUND_INPUTS_FIELD_NUMBER

ערך קבוע: 2

אינט גמר סטטי ציבורי CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER

ערך קבוע: 3

אינט סופי סטטי ציבורי OUTPUT_SIGNATURE_FIELD_NUMBER

ערך קבוע: 4

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

שווה ערך בוליאני ציבורי (Object obj)

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

public StructuredValue getCanonicalizedInputSignature ()

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

public StructuredValueOrBuilder getCanonicalizedInputSignatureOrBuilder ()

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

סטטי ציבורי SavedConcreteFunction getDefaultInstance ()

public SavedConcreteFunction getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

Public Boolean 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;

public int hashCode ()

בוליאני הסופי הציבורי הוא אתחול ()

סטטי ציבורי SavedConcreteFunction.Builder newBuilder (אב-טיפוס SavedConcreteFunction )

סטטי ציבורי SavedConcreteFunction.Builder newBuilder ()

public SavedConcreteFunction.Builder newBuilderForType ()

סטטי ציבורי SavedConcreteFunction parseDelimitedFrom (קלט זרם קלט)

זורק
IOException

סטטי ציבורי SavedConcreteFunction parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי SavedConcreteFunction parseFrom (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

סטטי ציבורי SavedConcreteFunction parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי SavedConcreteFunction parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי SavedConcreteFunction parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

public static SavedConcreteFunction parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי SavedConcreteFunction parseFrom (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

public static SavedConcreteFunction parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

סטטי ציבורי SavedConcreteFunction parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

Public SavedConcreteFunction.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException