Searched refs:kTensorFlowMinimum (Results 1 – 6 of 6) sorted by relevance
63 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()
148 } else if (binary_op->type == OperatorType::kTensorFlowMinimum) { in EvaluateBinaryOperatorOnConstantInputs()201 binary_op->type != OperatorType::kTensorFlowMinimum && in Run()
44 type == OperatorType::kTensorFlowMinimum || in SupportsQuantization()
1386 case OperatorType::kTensorFlowMinimum: in Run()
103 kTensorFlowMinimum, enumerator1242 TensorFlowMinimumOperator() : Operator(OperatorType::kTensorFlowMinimum) {}
1726 } else if (src_op.type == OperatorType::kTensorFlowMinimum) { in ConvertOperator()