lớp cuối cùng tĩnh công khai SavingSlice.Builder
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
Phương pháp công khai
Đã lưuSlice.Builder | addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
Đã lưuLát | xây dựng () |
Đã lưuLát | |
Đã lưuSlice.Builder | thông thoáng () |
Đã lưuSlice.Builder | dữ liệu rõ ràng () The raw data of the slice is stored as a TensorProto. |
Đã lưuSlice.Builder | ClearField (trường com.google.protobuf.Descriptors.FieldDescriptor) |
Đã lưuSlice.Builder | ClearName () Name of the tensor that this slice belongs to. |
Đã lưuSlice.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Đã lưuSlice.Builder | ClearSlice () Extent of the slice. |
Đã lưuSlice.Builder | dòng vô tính () |
TensorProto | lấy dữ liệu () The raw data of the slice is stored as a TensorProto. |
TensorProto.Builder | getDataBuilder () The raw data of the slice is stored as a TensorProto. |
TensorProtoOrBuilder | getDataOrBuilder () The raw data of the slice is stored as a TensorProto. |
Đã lưuLát | |
com.google.protobuf.Descriptors.Descriptor tĩnh cuối cùng | |
com.google.protobuf.Descriptors.Descriptor | |
Sợi dây | lấy Tên () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
TensorLátProto | getSlice () Extent of the slice. |
TensorSliceProto.Builder | getSliceBuilder () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
boolean | hasData () The raw data of the slice is stored as a TensorProto. |
boolean | hasSlice () Extent of the slice. |
boolean cuối cùng | |
Đã lưuSlice.Builder | |
Đã lưuSlice.Builder | mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
Đã lưuSlice.Builder | mergeFrom (com.google.protobuf.Message other) |
Đã lưuSlice.Builder | |
SavingSlice.Builder cuối cùng | hợp nhấtUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
Đã lưuSlice.Builder | setData ( TensorProto.Builder builderForValue) The raw data of the slice is stored as a TensorProto. |
Đã lưuSlice.Builder | |
Đã lưuSlice.Builder | setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng) |
Đã lưuSlice.Builder | setName (Giá trị chuỗi) Name of the tensor that this slice belongs to. |
Đã lưuSlice.Builder | setNameBytes (giá trị com.google.protobuf.ByteString) Name of the tensor that this slice belongs to. |
Đã lưuSlice.Builder | setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng) |
Đã lưuSlice.Builder | |
Đã lưuSlice.Builder | |
SavingSlice.Builder cuối cùng | setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields) |
Phương pháp kế thừa
Phương pháp công khai
công khai SavingSlice.Builder addRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
công khai SavedSlice.Builder clearData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai SavingSlice.Builder clearName ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
công khai SavedSlice.Builder clearSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
công khai TensorProto getData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai TensorProto.Builder getDataBuilder ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai TensorProtoOrBuilder getDataOrBuilder ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai tĩnh cuối cùng com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor công khai getDescriptorForType ()
Chuỗi công khai getName ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
com.google.protobuf.ByteString getNameBytes công khai ()
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
công khai TensorSliceProto getSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
công khai TensorSliceProto.Builder getSliceBuilder ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
công khai TensorSliceProtoOrBuilder getSliceOrBuilder ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
boolean công khai hasData ()
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
boolean công khai hasSlice ()
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
boolean cuối cùng công khai được khởi tạo ()
công khai SavingSlice.Builder mergeData (giá trị TensorProto )
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai SavingSlice.Builder mergeFrom (đầu vào com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Ném
IOException |
---|
công khai SavingSlice.Builder mergeSlice (giá trị TensorSliceProto )
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
trận chung kết công khai SavingSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
công khai SavingSlice.Builder setData ( TensorProto.Builder builderForValue)
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
public SavingSlice.Builder setData (giá trị TensorProto )
The raw data of the slice is stored as a TensorProto. Only raw data are stored (we don't fill in fields such as dtype or tensor_shape).
.tensorflow.TensorProto data = 3;
công khai SavingSlice.Builder setField (trường com.google.protobuf.Descriptors.FieldDescriptor, Giá trị đối tượng)
public SavingSlice.Builder setName (Giá trị chuỗi)
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
công khai SavingSlice.Builder setNameBytes (giá trị com.google.protobuf.ByteString)
Name of the tensor that this slice belongs to. This must be identical to the name used to encode the key for this record.
string name = 1;
công khai SavingSlice.Builder setRepeatedField (trường com.google.protobuf.Descriptors.FieldDescriptor, chỉ mục int, giá trị đối tượng)
public SavingSlice.Builder setSlice (giá trị TensorSliceProto )
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;
công khai SavingSlice.Builder setSlice ( TensorSliceProto.Builder builderForValue)
Extent of the slice. Must have one entry for each of the dimension of the tensor that this slice belongs to.
.tensorflow.TensorSliceProto slice = 2;