Home
last modified time | relevance | path

Searched refs:kMaxPool (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dmodel.h67 kMaxPool, enumerator
893 MaxPoolOperator() : Operator(OperatorType::kMaxPool) {}
Dtooling_util.cc455 case OperatorType::kMaxPool: in OperatorSupportsFusedActivation()
1932 case OperatorType::kMaxPool: { in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2166 } else if (src_op.type == OperatorType::kMaxPool) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dhardcode_min_max.cc429 case OperatorType::kMaxPool: in Run()
Dquantize.cc44 type == OperatorType::kAveragePool || type == OperatorType::kMaxPool || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2181 case OperatorType::kMaxPool: in Run()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc62 constexpr char kMaxPool[] = "MaxPool"; variable
275 {kMaxPool, wrap(&OpLevelCostEstimator::PredictMaxPool)}, in OpLevelCostEstimator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc299 GetOperator("MAX_POOL_2D", OperatorType::kMaxPool), op); in TEST_F()
Doperator.cc2381 OperatorType::kMaxPool)); in BuildOperatorList()