Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h105 Costs PredictOpCountBasedCost(double operations, const OpInfo& op_info) const;
110 Costs PredictOpCountBasedCost(double operations, double input_io_bytes,
Dop_level_cost_estimator.cc670 costs = PredictOpCountBasedCost( in PredictCosts()
814 Costs OpLevelCostEstimator::PredictOpCountBasedCost( in PredictOpCountBasedCost() function in tensorflow::grappler::OpLevelCostEstimator
820 PredictOpCountBasedCost(operations, input_size, output_size, op_info); in PredictOpCountBasedCost()
827 Costs OpLevelCostEstimator::PredictOpCountBasedCost( in PredictOpCountBasedCost() function in tensorflow::grappler::OpLevelCostEstimator