Home
last modified time | relevance | path

Searched refs:InvokeBatchMapFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.h267 Status InvokeBatchMapFunc(TensorTable *input, TensorTable *output, CBatchInfo info);
Dbatch_op.cc307 RETURN_IF_NOT_OK(InvokeBatchMapFunc(&in_cols, &out_cols, table_pair->second)); in MapColumns()
367 Status BatchOp::InvokeBatchMapFunc(TensorTable *input, TensorTable *output, CBatchInfo info) { in InvokeBatchMapFunc() function in mindspore::dataset::BatchOp