Home
last modified time | relevance | path

Searched refs:kReduceMin (Results 1 – 9 of 9) 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()
262 } else if (unary_op->type == OperatorType::kReduceMin) { in Run()
Dhardcode_min_max.cc444 case OperatorType::kReduceMin: in Run()
Dquantize.cc70 type == OperatorType::kReduceMin; in SupportsQuantization()
Dpropagate_fixed_sizes.cc534 case OperatorType::kReduceMin: // Reduction Min in KeepDims()
2187 case OperatorType::kReduceMin: // Reduction Min in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h117 kReduceMin, // Reduction Min enumerator
1608 TensorFlowMinOperator() : Operator(OperatorType::kReduceMin) {}
Dexport_tensorflow.cc2249 } else if (src_op.type == OperatorType::kReduceMin) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc185 OperatorType::kReduceMin); in TEST_F()
Doperator.cc2408 OperatorType::kReduceMin)); in BuildOperatorList()