Searched refs:PredictMetadata (Results 1 – 2 of 2) sorted by relevance
140 Costs PredictMetadata(const OpContext& op_context) const;
271 {kRank, wrap(&OpLevelCostEstimator::PredictMetadata)}, in OpLevelCostEstimator()272 {kShape, wrap(&OpLevelCostEstimator::PredictMetadata)}, in OpLevelCostEstimator()273 {kShapeN, wrap(&OpLevelCostEstimator::PredictMetadata)}, in OpLevelCostEstimator()274 {kSize, wrap(&OpLevelCostEstimator::PredictMetadata)}, in OpLevelCostEstimator()1319 Costs OpLevelCostEstimator::PredictMetadata(const OpContext& op_context) const { in PredictMetadata() function in tensorflow::grappler::OpLevelCostEstimator