SavedSliceOrBuilder

パブリック インターフェイスSavedSliceOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象TensorProto
getData ()
 The raw data of the slice is stored as a TensorProto.
抽象TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
抽象文字列
getName ()
 Name of the tensor that this slice belongs to.
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Name of the tensor that this slice belongs to.
抽象TensorSliceProto
getSlice ()
 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.

パブリックメソッド

パブリック抽象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;

パブリック抽象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;

パブリック抽象 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;

パブリック抽象 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;

パブリック抽象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;

パブリック抽象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 abstract 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 abstract 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;