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.cc154 } else if (binary_op->type == OperatorType::kLessEqual) { in EvaluateBinaryOperatorOnConstantInputs()
207 binary_op->type != OperatorType::kLessEqual && in Run()
Dmove_binary_operator_before_reshape.cc72 binary_op->type != OperatorType::kLessEqual && in Run()
Dpropagate_array_data_types.cc63 case OperatorType::kLessEqual: in Run()
Dquantize.cc62 type == OperatorType::kLessEqual || type == OperatorType::kSelect || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2133 case OperatorType::kLessEqual: in Run()
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.cpp21 const wchar_t kLessEqual[] = L" <= "; variable
561 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToJavaScript()
616 javascript << (m_bDirection ? kLessEqual : kGreaterEqual); in ToImpliedReturnJS()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h114 kLessEqual, enumerator
1551 TensorFlowLessEqualOperator() : Operator(OperatorType::kLessEqual) {}
Dexport_tensorflow.cc2331 } else if (src_op.type == OperatorType::kLessEqual) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2307 : SimpleOperator("LESS_EQUAL", OperatorType::kLessEqual) {} in LessEqual()