Searched refs:kGreaterEqual (Results 1 – 9 of 9) sorted by relevance
158 } else if (binary_op->type == OperatorType::kGreaterEqual) { in EvaluateBinaryOperatorOnConstantInputs()209 binary_op->type != OperatorType::kGreaterEqual) { in Run()
74 binary_op->type != OperatorType::kGreaterEqual) { in Run()
65 case OperatorType::kGreaterEqual: in Run()
61 type == OperatorType::kGreaterEqual || type == OperatorType::kLess || in SupportsQuantization()
2137 case OperatorType::kGreaterEqual: in Run()
22 const wchar_t kGreaterEqual[] = L" >= "; variable561 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()616 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToImpliedReturnJS()
111 kGreaterEqual, enumerator1570 TensorFlowGreaterEqualOperator() : Operator(OperatorType::kGreaterEqual) {}
2327 } else if (src_op.type == OperatorType::kGreaterEqual) { in ConvertOperator()
2278 : SimpleOperator("GREATER_EQUAL", OperatorType::kGreaterEqual) {} in GreaterEqual()