Home
last modified time | relevance | path

Searched refs:kBatchMatMul (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc218 if (batch_op_it->get()->type != OperatorType::kBatchMatMul) { in Run()
Dpropagate_fixed_sizes.cc2281 case OperatorType::kBatchMatMul: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h43 kBatchMatMul, enumerator
982 BatchMatMulOperator() : Operator(OperatorType::kBatchMatMul) {}
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc52 constexpr char kBatchMatMul[] = "BatchMatMul"; variable
249 {kBatchMatMul, wrap(&OpLevelCostEstimator::PredictBatchMatMul)}, in OpLevelCostEstimator()
759 if (op_info.op() != kBatchMatMul) { in CountBatchMatMulOperations()