Home
last modified time | relevance | path

Searched defs:TensorQTable (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.cc248 Status BatchOp::MakeBatchedRow(std::pair<std::unique_ptr<TensorQTable>, CBatchInfo> table_pair, Ten… in MakeBatchedRow()
281 Status BatchOp::MapColumns(std::pair<std::unique_ptr<TensorQTable>, CBatchInfo> *table_pair) { in MapColumns()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_row.h32 using TensorQTable = std::deque<TensorRow>; // A different flavour of tensor table, this one has q… variable