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.h150 Status PredictNoOp(const OpContext& op_context, NodeCosts* node_costs) const;
Dop_level_cost_estimator.cc411 device_cost_impl_.emplace(kNoOp, wrap(&OpLevelCostEstimator::PredictNoOp)); in OpLevelCostEstimator()
413 wrap(&OpLevelCostEstimator::PredictNoOp)); in OpLevelCostEstimator()
1868 Status OpLevelCostEstimator::PredictNoOp(const OpContext& op_context, in PredictNoOp() function in tensorflow::grappler::OpLevelCostEstimator