Home
last modified time | relevance | path

Searched defs:bytes_list (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dfeature.proto43 BytesList bytes_list = 1; field
Dtensor.cc223 Status Tensor::CreateFromByteList(const dataengine::BytesList &bytes_list, const TensorShape &shape… in CreateFromByteList()
290 Status Tensor::CreateFromByteList(const dataengine::BytesList &bytes_list, const TensorShape &shape, in CreateFromByteList()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtf_reader_op.cc418 const dataengine::BytesList &bytes_list = column_values_list.bytes_list(); in LoadBytesList() local