Home
last modified time | relevance | path

Searched refs:kReduceMax (Results 1 – 9 of 9) 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()
273 } else if (unary_op->type == OperatorType::kReduceMax) { in Run()
Dhardcode_min_max.cc443 case OperatorType::kReduceMax: in Run()
Dquantize.cc69 type == OperatorType::kPRelu || type == OperatorType::kReduceMax || in SupportsQuantization()
Dpropagate_fixed_sizes.cc536 case OperatorType::kReduceMax: // Reduction Max in KeepDims()
2188 case OperatorType::kReduceMax: // Reduction Max in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h115 kReduceMax, // Reduction Max enumerator
1596 TensorFlowMaxOperator() : Operator(OperatorType::kReduceMax) {}
Dexport_tensorflow.cc2253 } else if (src_op.type == OperatorType::kReduceMax) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc183 OperatorType::kReduceMax); in TEST_F()
Doperator.cc2406 OperatorType::kReduceMax)); in BuildOperatorList()