Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dmodel.h61 kL2Pool, enumerator
908 L2PoolOperator() : Operator(OperatorType::kL2Pool) {}
Dtooling_util.cc454 case OperatorType::kL2Pool: in OperatorSupportsFusedActivation()
1952 case OperatorType::kL2Pool: { in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2180 } else if (src_op.type == OperatorType::kL2Pool) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc267 GetOperator("L2_POOL_2D", OperatorType::kL2Pool), op); in TEST_F()
Doperator.cc2376 OperatorType::kL2Pool)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fixed_sizes.cc2184 case OperatorType::kL2Pool: in Run()