Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reduce_attributes.cc64 case OperatorType::kReduceMin: in Run()
Dresolve_constant_unary.cc131 case OperatorType::kReduceMin: // Reduction Min in Run()
266 } else if (unary_op->type == OperatorType::kReduceMin) { in Run()
Dhardcode_min_max.cc475 case OperatorType::kReduceMin: in Run()
Dquantize.cc85 OperatorType::kReduceMin, in SupportsQuantization()
Dpropagate_fixed_sizes.cc535 case OperatorType::kReduceMin: // Reduction Min in KeepDims()
2270 case OperatorType::kReduceMin: // Reduction Min in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc142 {{OperatorType::kReduceMin, 1}, "1.11.0"}, in GetMinimumRuntimeVersionForModel()
143 {{OperatorType::kReduceMin, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc185 OperatorType::kReduceMin); in TEST_F()
Doperator.cc1907 OperatorType::kReduceMin)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h120 kReduceMin, // Reduction Min enumerator
1662 TensorFlowMinOperator() : Operator(OperatorType::kReduceMin) {}
Dexport_tensorflow.cc2290 } else if (src_op.type == OperatorType::kReduceMin) { in ConvertOperator()