Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1293 int num_matmuls = 1; in CountBatchMatMulOperations() local
1305 num_matmuls *= std::max(b_dim, s_dim); in CountBatchMatMulOperations()
1354 for (int i = 0; i < num_matmuls; ++i) { in CountBatchMatMulOperations()