Searched refs:kGreaterEqual (Results 1 – 10 of 10) sorted by relevance
218 {{OperatorType::kGreaterEqual, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()219 {{OperatorType::kGreaterEqual, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
2027 ::tflite::BuiltinOperator_GREATER_EQUAL, OperatorType::kGreaterEqual)); in BuildOperatorList()
159 } 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()
64 case OperatorType::kGreaterEqual: in Run()
62 OperatorType::kGreaterEqual, in SupportsQuantization()
2220 case OperatorType::kGreaterEqual: in Run()
18 const wchar_t kGreaterEqual[] = L" >= "; variable380 *js << tmpName << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()
114 kGreaterEqual, enumerator1624 TensorFlowGreaterEqualOperator() : Operator(OperatorType::kGreaterEqual) {}
2368 } else if (src_op.type == OperatorType::kGreaterEqual) { in ConvertOperator()