Home
last modified time | relevance | path

Searched refs:kGreaterEqual (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc218 {{OperatorType::kGreaterEqual, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
219 {{OperatorType::kGreaterEqual, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator.cc2027 ::tflite::BuiltinOperator_GREATER_EQUAL, OperatorType::kGreaterEqual)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_binary.cc159 } else if (binary_op->type == OperatorType::kGreaterEqual) { in EvaluateBinaryOperatorOnConstantInputs()
209 binary_op->type != OperatorType::kGreaterEqual) { in Run()
Dmove_binary_operator_before_reshape.cc74 binary_op->type != OperatorType::kGreaterEqual) { in Run()
Dpropagate_array_data_types.cc64 case OperatorType::kGreaterEqual: in Run()
Dquantize.cc62 OperatorType::kGreaterEqual, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2220 case OperatorType::kGreaterEqual: in Run()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.cpp18 const wchar_t kGreaterEqual[] = L" >= "; variable
380 *js << tmpName << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h114 kGreaterEqual, enumerator
1624 TensorFlowGreaterEqualOperator() : Operator(OperatorType::kGreaterEqual) {}
Dexport_tensorflow.cc2368 } else if (src_op.type == OperatorType::kGreaterEqual) { in ConvertOperator()