Searched defs:TensorQTable (Results 1 – 2 of 2) sorted by relevance
248 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()
32 using TensorQTable = std::deque<TensorRow>; // A different flavour of tensor table, this one has q… variable