Home
last modified time | relevance | path

Searched refs:kL2Pool (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc94 {{OperatorType::kL2Pool, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc267 GetOperator("L2_POOL_2D", OperatorType::kL2Pool), op); in TEST_F()
Doperator.cc1873 OperatorType::kL2Pool)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h62 kL2Pool, enumerator
955 L2PoolOperator() : Operator(OperatorType::kL2Pool) {}
Dtooling_util.cc482 case OperatorType::kL2Pool: in OperatorSupportsFusedActivation()
1996 case OperatorType::kL2Pool: { in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2214 } else if (src_op.type == OperatorType::kL2Pool) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc2267 case OperatorType::kL2Pool: in Run()