Searched refs:kLessEqual (Results 1 – 9 of 9) sorted by relevance
154 } else if (binary_op->type == OperatorType::kLessEqual) { in EvaluateBinaryOperatorOnConstantInputs()207 binary_op->type != OperatorType::kLessEqual && in Run()
72 binary_op->type != OperatorType::kLessEqual && in Run()
63 case OperatorType::kLessEqual: in Run()
62 type == OperatorType::kLessEqual || type == OperatorType::kSelect || in SupportsQuantization()
2133 case OperatorType::kLessEqual: in Run()
21 const wchar_t kLessEqual[] = L" <= "; variable561 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()616 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToImpliedReturnJS()
114 kLessEqual, enumerator1551 TensorFlowLessEqualOperator() : Operator(OperatorType::kLessEqual) {}
2331 } else if (src_op.type == OperatorType::kLessEqual) { in ConvertOperator()
2307 : SimpleOperator("LESS_EQUAL", OperatorType::kLessEqual) {} in LessEqual()