Home
last modified time | relevance | path

Searched refs:kTensorFlowMin (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_unary.cc41 unary_op->type != OperatorType::kTensorFlowMin && in Run()
149 } else if (unary_op->type == OperatorType::kTensorFlowMin) { in Run()
Dpropagate_fixed_sizes.cc452 case OperatorType::kTensorFlowMin: in KeepDims()
1432 case OperatorType::kTensorFlowMin: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h102 kTensorFlowMin, enumerator
1217 TensorFlowMinOperator() : Operator(OperatorType::kTensorFlowMin) {}