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;

תקציר ציבורי מחרוזת 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;

תקציר בוליאני 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;