Searched refs:PredictNoOp (Results 1 – 2 of 2) sorted by relevance
136 Costs PredictNoOp(const OpContext& op_context) const;
253 {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