Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_binary.cc155 } else if (binary_op->type == OperatorType::kLessEqual) { in EvaluateBinaryOperatorOnConstantInputs()
207 binary_op->type != OperatorType::kLessEqual && in Run()
Dmove_binary_operator_before_reshape.cc73 binary_op->type != OperatorType::kLessEqual && in Run()
Dpropagate_array_data_types.cc62 case OperatorType::kLessEqual: in Run()
Dquantize.cc67 OperatorType::kLessEqual, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2217 case OperatorType::kLessEqual: in Run()
/external/pdfium/xfa/fxfa/formcalc/
Dcxfa_fmexpression.cpp22 const wchar_t kLessEqual[] = L" <= "; variable
1115 *js << tmpName << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h119 kLessEqual, enumerator
1607 TensorFlowLessEqualOperator() : Operator(OperatorType::kLessEqual) {}
Dexport_tensorflow.cc2377 } else if (src_op.type == OperatorType::kLessEqual) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2030 ::tflite::BuiltinOperator_LESS_EQUAL, OperatorType::kLessEqual)); in BuildOperatorList()