คลาสสุดท้ายสาธารณะ SavedBareConcreteFunction
Protobuf ประเภท tensorflow.SavedBareConcreteFunction
คลาสที่ซ้อนกัน
ระดับ | SavedBareConcreteFunction.Builder | Protobuf ประเภท tensorflow.SavedBareConcreteFunction |
ค่าคงที่
ภายใน | ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER | |
ภายใน | ARGUMENT_KEYWORDS_FIELD_NUMBER | |
ภายใน | CONCRETE_FUNCTION_NAME_FIELD_NUMBER | |
ภายใน | FUNCTION_SPEC_FIELD_NUMBER |
วิธีการสาธารณะ
บูลีน | เท่ากับ (วัตถุ obj) |
ยาว | getAllowedPositionalArguments () The prefix of `argument_keywords` which may be identified by position. |
สตริง | getArgumentKeywords (ดัชนี int) A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ByteString | getArgumentKeywordsBytes (ดัชนี int) A sequence of unique strings, one per Tensor argument. |
ภายใน | getArgumentKeywordsCount () A sequence of unique strings, one per Tensor argument. |
com.google.protobuf.ProtocolStringList | getArgumentKeywordsList () A sequence of unique strings, one per Tensor argument. |
สตริง | getConcreteFunctionName () Identifies a SavedConcreteFunction. |
com.google.protobuf.ByteString | getConcreteFunctionNameBytes () Identifies a SavedConcreteFunction. |
SavedBareConcreteFunction แบบคงที่ | |
ฟังก์ชัน BareConcrete ที่บันทึกไว้ | |
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
ฟังก์ชั่นSpec | getFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
FunctionSpecOrBuilder | getFunctionSpecOrBuilder () The spec of the function that this ConcreteFunction is traced from. |
ภายใน | |
สุดท้าย com.google.protobuf.UnknownFieldSet | |
บูลีน | hasFunctionSpec () The spec of the function that this ConcreteFunction is traced from. |
ภายใน | แฮชโค้ด () |
บูลีนสุดท้าย | |
SavedBareConcreteFunction.Builder แบบคงที่ | newBuilder (ต้นแบบ SavedBareConcreteFunction ) |
SavedBareConcreteFunction.Builder แบบคงที่ | ตัวสร้างใหม่ () |
SavedBareConcreteFunction.Builder | |
SavedBareConcreteFunction แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
SavedBareConcreteFunction แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
static SavedBareConcreteFunction | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedBareConcreteFunction แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
คงที่ | |
SavedBareConcreteFunction.Builder | toBuilder () |
เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงสุดท้าย int ALLOWED_POSITIONAL_ARGUMENTS_FIELD_NUMBER
ค่าคงที่: 3
รอบชิงชนะเลิศแบบคงที่สาธารณะ int ARGUMENT_KEYWORDS_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int CONCRETE_FUNCTION_NAME_FIELD_NUMBER
ค่าคงที่: 1
ปลายทางคงที่สาธารณะ int FUNCTION_SPEC_FIELD_NUMBER
ค่าคงที่: 4
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะยาว getAllowedPositionalArguments ()
The prefix of `argument_keywords` which may be identified by position.
int64 allowed_positional_arguments = 3;
สตริงสาธารณะ getArgumentKeywords (ดัชนี int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
สาธารณะ com.google.protobuf.ByteString getArgumentKeywordsBytes (ดัชนี int)
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
int สาธารณะ getArgumentKeywordsCount ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
สาธารณะ com.google.protobuf.ProtocolStringList getArgumentKeywordsList ()
A sequence of unique strings, one per Tensor argument.
repeated string argument_keywords = 2;
สตริงสาธารณะ getConcreteFunctionName ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
สาธารณะ com.google.protobuf.ByteString getConcreteFunctionNameBytes ()
Identifies a SavedConcreteFunction.
string concrete_function_name = 1;
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
FunctionSpec สาธารณะ getFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
FunctionSpecOrBuilder สาธารณะ getFunctionSpecOrBuilder ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
บูลีนสาธารณะ hasFunctionSpec ()
The spec of the function that this ConcreteFunction is traced from. This allows the ConcreteFunction to be called with nest structure inputs. This field may not be populated. If this field is absent, the concrete function can only be called with flat inputs. TODO(b/169361281): support calling saved ConcreteFunction with structured inputs in C++ SavedModel API.
.tensorflow.FunctionSpec function_spec = 4;
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ SavedBareConcreteFunction parseDelimitedFrom สาธารณะ (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะแบบคงที่ SavedBareConcreteFunction parseFrom (ข้อมูล ByteBuffer)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
InvalidProtocolBufferException |
---|
สาธารณะ SavedBareConcreteFunction parseFrom คงที่ (com.google.protobuf.CodedInputStream อินพุต)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
InvalidProtocolBufferException |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (ข้อมูล com.google.protobuf.ByteString) สาธารณะ
ขว้าง
InvalidProtocolBufferException |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (อินพุตสตรีม, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
IOข้อยกเว้น |
---|
สาธารณะ SavedBareConcreteFunction parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
ProtocolBufferException ไม่ถูกต้อง |
---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
IOข้อยกเว้น |
---|