Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h136 Costs PredictNoOp(const OpContext& op_context) const;
Dop_level_cost_estimator.cc253 {kNoOp, wrap(&OpLevelCostEstimator::PredictNoOp)}, in OpLevelCostEstimator()
254 {kGuaranteeConst, wrap(&OpLevelCostEstimator::PredictNoOp)}, in OpLevelCostEstimator()
1277 Costs OpLevelCostEstimator::PredictNoOp(const OpContext& op_context) const { in PredictNoOp() function in tensorflow::grappler::OpLevelCostEstimator