Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h141 Costs PredictGatherOrSlice(const OpContext& op_context) const;
Dop_level_cost_estimator.cc256 {kGather, wrap(&OpLevelCostEstimator::PredictGatherOrSlice)}, in OpLevelCostEstimator()
257 {kGatherV2, wrap(&OpLevelCostEstimator::PredictGatherOrSlice)}, in OpLevelCostEstimator()
258 {kSlice, wrap(&OpLevelCostEstimator::PredictGatherOrSlice)}, in OpLevelCostEstimator()
1332 Costs OpLevelCostEstimator::PredictGatherOrSlice( in PredictGatherOrSlice() function in tensorflow::grappler::OpLevelCostEstimator