Searched refs:InvokeBatchMapFunc (Results 1 – 2 of 2) sorted by relevance
267 Status InvokeBatchMapFunc(TensorTable *input, TensorTable *output, CBatchInfo info);
307 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