Home
last modified time | relevance | path

Searched refs:kTensorFlowMinimum (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_relu1.cc63 if (op_0->type != OperatorType::kTensorFlowMinimum && in Run()
71 (op_1->type != OperatorType::kTensorFlowMinimum && in Run()
78 op_0->type == OperatorType::kTensorFlowMinimum ? op_0 : op_1; in Run()
Dresolve_constant_binary.cc148 } else if (binary_op->type == OperatorType::kTensorFlowMinimum) { in EvaluateBinaryOperatorOnConstantInputs()
201 binary_op->type != OperatorType::kTensorFlowMinimum && in Run()
Dquantize.cc44 type == OperatorType::kTensorFlowMinimum || in SupportsQuantization()
Dpropagate_fixed_sizes.cc1386 case OperatorType::kTensorFlowMinimum: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h103 kTensorFlowMinimum, enumerator
1242 TensorFlowMinimumOperator() : Operator(OperatorType::kTensorFlowMinimum) {}
Dexport_tensorflow.cc1726 } else if (src_op.type == OperatorType::kTensorFlowMinimum) { in ConvertOperator()