Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h134 Costs PredictMatMul(const OpContext& op_context) const;
Dop_level_cost_estimator.cc245 {kMatMul, wrap(&OpLevelCostEstimator::PredictMatMul)}, in OpLevelCostEstimator()
246 {kSparseMatMul, wrap(&OpLevelCostEstimator::PredictMatMul)}, in OpLevelCostEstimator()
250 {kQuantizedMatMul, wrap(&OpLevelCostEstimator::PredictMatMul)}, in OpLevelCostEstimator()
251 {kQuantizedMatMulV2, wrap(&OpLevelCostEstimator::PredictMatMul)}, in OpLevelCostEstimator()
1224 Costs OpLevelCostEstimator::PredictMatMul(const OpContext& op_context) const { in PredictMatMul() function in tensorflow::grappler::OpLevelCostEstimator