lớp cuối cùng công khai SavingConcreteFunction
Stores low-level information about a concrete function. Referenced in either a SavedFunction or a SavedBareConcreteFunction.Protobuf loại
tensorflow.SavedConcreteFunction
Các lớp lồng nhau
lớp học | Đã lưuConcreteFunction.Builder | Stores low-level information about a concrete function. |
Hằng số
int | BOUND_INPUTS_FIELD_NUMBER | |
int | CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER | |
int | OUTPUT_SIGNATURE_FIELD_NUMBER |
Phương pháp công khai
boolean | bằng (Đối tượng obj) |
int | getBoundInputs (chỉ số int) Bound inputs to the function. |
int | getBoundInputsCount () Bound inputs to the function. |
Danh sách<Số nguyên> | getBoundInputsList () Bound inputs to the function. |
Giá trị có cấu trúc | 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. |
Chức năng bê tông đã lưu tĩnh | |
Đã lưuChức năng bê tông | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
Giá trị có cấu trúc | 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 | |
cuối cùng com.google.protobuf.UnknownFieldSet | |
boolean | hasCanonicalizedInputSignature () Input in canonicalized form that was received to create this concrete function. |
boolean | hasOutputSignature () Output that was the return value of this function after replacing all Tensors with TensorSpecs. |
int | mã băm () |
boolean cuối cùng | |
tĩnh SavingConcreteFunction.Builder | newBuilder ( nguyên mẫu SavingConcreteFunction ) |
tĩnh SavingConcreteFunction.Builder | |
Đã lưuConcreteFunction.Builder | |
Chức năng bê tông đã lưu tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào) |
Chức năng bê tông đã lưu tĩnh | phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite tiện ích mở rộngRegistry) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (dữ liệu ByteBuffer) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (đầu vào com.google.protobuf.CodedInputStream) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (dữ liệu com.google.protobuf.ByteString) |
Chức năng bê tông đã lưu tĩnh | ParseFrom (Đầu vào inputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Chức năng bê tông đã lưu tĩnh | ParsFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
tĩnh | |
Đã lưuConcreteFunction.Builder | toBuilder () |
trống rỗng | writeTo (đầu ra com.google.protobuf.CodedOutputStream) |
Phương pháp kế thừa
Hằng số
int tĩnh công khai BOUND_INPUTS_FIELD_NUMBER
Giá trị không đổi: 2
int tĩnh công khai CANONICALIZED_INPUT_SIGNATURE_FIELD_NUMBER
Giá trị không đổi: 3
int tĩnh cuối cùng OUTPUT_SIGNATURE_FIELD_NUMBER
Giá trị không đổi: 4
Phương pháp công khai
boolean công khai bằng (Object obj)
public int getBoundInputs (chỉ mục 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 công khai 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;
Danh sách công khai<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;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Giá trị cấu trúc công khai 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;
công cộng getParserForType ()
int công khai getSerializedSize ()
trận chung kết công khai com.google.protobuf.UnknownFieldSet getUnknownFields ()
boolean công khai hasCanonicalizedInputSignature ()
Input in canonicalized form that was received to create this concrete function.
.tensorflow.StructuredValue canonicalized_input_signature = 3;
boolean công khai 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;
mã băm int công khai ()
boolean cuối cùng công khai được khởi tạo ()
tĩnh công khai SavingConcreteFunction phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào)
Ném
IOException |
---|
tĩnh công khai SavingConcreteFunction phân tích cú phápDelimitedFrom (Đầu vào luồng đầu vào, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai SavingConcreteFunction phân tích cú phápFrom (dữ liệu ByteBuffer)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai SavingConcreteFunction phân tích cú phápFrom (com.google.protobuf.CodedInputStream đầu vào, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai SavedConcreteFunction phân tích từ (Dữ liệu ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai SavedConcreteFunction phân tích từ (đầu vào com.google.protobuf.CodedInputStream)
Ném
IOException |
---|
tĩnh công khai SavedConcreteFunction phân tích cú phápTừ (dữ liệu byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai SavedConcreteFunction phân tích từ (dữ liệu com.google.protobuf.ByteString)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
tĩnh công khai SavingConcreteFunction phân tích cú phápFrom (Đầu vào InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
tĩnh công khai SavingConcreteFunction phân tích cú phápFrom (dữ liệu com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
Giao thức đệm ngoại lệ không hợp lệ |
---|
công cộng tĩnh trình phân tích cú pháp ()
public void writeTo (đầu ra com.google.protobuf.CodedOutputStream)
Ném
IOException |
---|