Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc773 const auto& a_input = op_info.inputs(0); in CountBatchMatMulOperations() local
791 a_input.shape(), std::max(matrix_rank, a_input.shape().dim_size()), in CountBatchMatMulOperations()
798 (a_input.shape().dim_size() < matrix_rank) || in CountBatchMatMulOperations()
842 a_matrix->set_dtype(a_input.dtype()); in CountBatchMatMulOperations()