Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h270 static int64 CalculateInputSize(const OpInfo& op_info,
Dop_level_cost_estimator.cc817 const double input_size = CalculateInputSize(op_info, &unknown_shapes); in PredictOpCountBasedCost()
1549 int64 OpLevelCostEstimator::CalculateInputSize(const OpInfo& op_info, in CalculateInputSize() function in tensorflow::grappler::OpLevelCostEstimator
2274 const int64 input_size = CalculateInputSize(op_info, &found_unknown_shapes); in PredictAssignVariableOps()