کلاس نهایی عمومی SavedConcreteFunction
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf نوع
tensorflow.SavedConcreteFunction
کلاس های تو در تو
کلاس | SavedConcreteFunction.Builder | Stores low-level information about a concrete function. |
ثابت ها
بین المللی | BOUND_INPUTS_FIELD_NUMBER | |
بین المللی | CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER | |
بین المللی | OUTPUT_SIGNATURE_FIELD_NUMBER |
روش های عمومی
بولی | برابر است (object obj) |
بین المللی | getBoundInputs (شاخص int) Bound inputs to the function. |
بین المللی | 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 | |
Saved ConcreteFunction | |
نهایی 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. |
بین المللی | |
com.google.protobuf.UnknownFieldSet نهایی | |
بولی | دارای امضای ورودی canonicalized () 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. |
بین المللی | هش کد () |
بولی نهایی | |
استاتیک SavedConcreteFunction.Builder | newBuilder (نمونه اولیه SavedConcreteFunction ) |
استاتیک SavedConcreteFunction.Builder | newBuilder () |
SavedConcreteFunction.Builder | |
استاتیک SavedConcreteFunction | parseDelimitedFrom (ورودی جریان ورودی) |
استاتیک 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 (بایت[] داده، 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 | toBuilder () |
باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی BOUND_INPUTS_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی OUTPUT_SIGNATURE_FIELD_NUMBER
ارزش ثابت: 4
روش های عمومی
بولین عمومی برابر است (Object Obj)
عمومی 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;
عمومی 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;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی 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;
عمومی getParserForType ()
عمومی int getSerializedSize ()
عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
بولین عمومی دارای CanonicalizedInputSignature ()
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;
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
عمومی ثابت SavedConcreteFunction parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی استاتیک SavedConcreteFunction parseFrom (داده بایت بافر)
پرتاب می کند
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 |
---|
عمومی ثابت SavedConcreteFunction parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی استاتیک SavedConcreteFunction parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
InvalidProtocolBufferException |
---|
عمومی ایستا SavedConcreteFunction parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
IOException |
---|
عمومی ایستا SavedConcreteFunction parseFrom (داده های com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
InvalidProtocolBufferException |
---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
IOException |
---|