Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_binary.cc158 } 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.cc65 case OperatorType::kGreaterEqual: in Run()
Dquantize.cc61 type == OperatorType::kGreaterEqual || type == OperatorType::kLess || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2137 case OperatorType::kGreaterEqual: in Run()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.cpp22 const wchar_t kGreaterEqual[] = L" >= "; variable
561 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()
616 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToImpliedReturnJS()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h111 kGreaterEqual, enumerator
1570 TensorFlowGreaterEqualOperator() : Operator(OperatorType::kGreaterEqual) {}
Dexport_tensorflow.cc2327 } else if (src_op.type == OperatorType::kGreaterEqual) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2278 : SimpleOperator("GREATER_EQUAL", OperatorType::kGreaterEqual) {} in GreaterEqual()