Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reduce_attributes.cc68 case OperatorType::kReduceMax: in Run()
Dresolve_constant_unary.cc132 case OperatorType::kReduceMax: // Reduction Max in Run()
277 } else if (unary_op->type == OperatorType::kReduceMax) { in Run()
Dhardcode_min_max.cc474 case OperatorType::kReduceMax: in Run()
Dquantize.cc84 OperatorType::kReduceMax, in SupportsQuantization()
Dpropagate_fixed_sizes.cc537 case OperatorType::kReduceMax: // Reduction Max in KeepDims()
2271 case OperatorType::kReduceMax: // Reduction Max in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc140 {{OperatorType::kReduceMax, 1}, "1.11.0"}, in GetMinimumRuntimeVersionForModel()
141 {{OperatorType::kReduceMax, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc183 OperatorType::kReduceMax); in TEST_F()
Doperator.cc1905 OperatorType::kReduceMax)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h118 kReduceMax, // Reduction Max enumerator
1650 TensorFlowMaxOperator() : Operator(OperatorType::kReduceMax) {}
Dexport_tensorflow.cc2294 } else if (src_op.type == OperatorType::kReduceMax) { in ConvertOperator()