SavedSliceOrBuilder

सार्वजनिक इंटरफ़ेस SavedSliceOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार TensorProto
डेटा प्राप्त करें ()
 The raw data of the slice is stored as a TensorProto.
सार TensorProtoOrBuilder
getDataOrBuilder ()
 The raw data of the slice is stored as a TensorProto.
सार स्ट्रिंग
नाम प्राप्त करें ()
 Name of the tensor that this slice belongs to.
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 Name of the tensor that this slice belongs to.
सार TensorSliceProto
गेटस्लाइस ()
 Extent of the slice.
सार TensorSliceProtoOrBuilder
getSliceOrBuilder ()
 Extent of the slice.
अमूर्त बूलियन
हैडेटा ()
 The raw data of the slice is stored as a TensorProto.
अमूर्त बूलियन
हैस्लाइस ()
 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;

सार्वजनिक सार स्ट्रिंग 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;

सार्वजनिक सार बूलियन 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;

सार्वजनिक सार बूलियन हैस्लाइस ()

 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;