Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc96 {{OperatorType::kMaxPool, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel()
97 {{OperatorType::kMaxPool, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
98 {{OperatorType::kMaxPool, 3}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc299 GetOperator("MAX_POOL_2D", OperatorType::kMaxPool), op); in TEST_F()
Doperator.cc1878 OperatorType::kMaxPool)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h68 kMaxPool, enumerator
940 MaxPoolOperator() : Operator(OperatorType::kMaxPool) {}
Dtooling_util.cc483 case OperatorType::kMaxPool: in OperatorSupportsFusedActivation()
1976 case OperatorType::kMaxPool: { in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2200 } else if (src_op.type == OperatorType::kMaxPool) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dhardcode_min_max.cc460 case OperatorType::kMaxPool: in Run()
Dquantize.cc74 OperatorType::kMaxPool, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2264 case OperatorType::kMaxPool: in Run()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc94 constexpr char kMaxPool[] = "MaxPool"; variable
509 device_cost_impl_.emplace(kMaxPool, in OpLevelCostEstimator()