パブリック静的最終クラスSavedSlice.Builder
Saved tensor slice: it stores the name of the tensors, the slice, and the raw data.
tensorflow.SavedSlice
パブリックメソッド
SavedSlice.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
保存されたスライス | 建てる() |
保存されたスライス | buildPartial () |
SavedSlice.Builder | クリア() |
SavedSlice.Builder | クリアデータ() The raw data of the slice is stored as a TensorProto. |
SavedSlice.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
SavedSlice.Builder | クリアネーム() Name of the tensor that this slice belongs to. |
SavedSlice.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SavedSlice.Builder | クリアスライス() Extent of the slice. |
SavedSlice.Builder | クローン() |
テンソルプロト | getData () 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. |
保存されたスライス | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | getName () Name of the tensor that this slice belongs to. |
com.google.protobuf.ByteString | getNameBytes () Name of the tensor that this slice belongs to. |
テンソルスライスプロト | getSlice () Extent of the slice. |
TensorSliceProto.Builder | getSliceBuilder () Extent of the slice. |
TensorSliceProtoOrBuilder | getSliceOrBuilder () Extent of the slice. |
ブール値 | hasData () The raw data of the slice is stored as a TensorProto. |
ブール値 | hasSlice () Extent of the slice. |
最終ブール値 | |
SavedSlice.Builder | |
SavedSlice.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SavedSlice.Builder | mergeFrom (com.google.protobuf.Message other) |
SavedSlice.Builder | |
最終的なSavedSlice.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
SavedSlice.Builder | setData ( TensorProto.Builder builderForValue) The raw data of the slice is stored as a TensorProto. |
SavedSlice.Builder | |
SavedSlice.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
SavedSlice.Builder | setName (文字列値) Name of the tensor that this slice belongs to. |
SavedSlice.Builder | setNameBytes (com.google.protobuf.ByteString 値) Name of the tensor that this slice belongs to. |
SavedSlice.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
SavedSlice.Builder | |
SavedSlice.Builder | |
最終的なSavedSlice.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public SavedSlice.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public 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;
public SavedSlice.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;
public 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;
public 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;
public 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;
public 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;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String 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;
public com.google.protobuf.ByteString getNameBytes ()
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;
public 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;
public 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;
public 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;
public boolean 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;
public boolean 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;
パブリック最終ブール値isInitialized ()
public SavedSlice.Builder mergeData ( 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;
public SavedSlice.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public SavedSlice.Builder mergeSlice ( 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;
public Final SavedSlice.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public SavedSlice.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 SavedSlice.Builder setData ( 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;
public SavedSlice.Builder setName (文字列値)
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;
public SavedSlice.Builder setNameBytes (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;
public SavedSlice.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public SavedSlice.Builder setSlice ( 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;
public SavedSlice.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;