Home
last modified time | relevance | path

Searched refs:LOGICAL_OR (Results 1 – 20 of 20) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dlogical_or.example.cpp50 .type = TestOperationType::LOGICAL_OR in get_test_model_simple()
107 .type = TestOperationType::LOGICAL_OR in get_test_model_broadcast()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed30464 type: LOGICAL_OR
Dseed49266 type: LOGICAL_OR
Dseed278489 type: LOGICAL_OR
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h53 LOGICAL_OR = 21, enumerator
197 Operator& Operator::create<Operator::LOGICAL_OR>();
DBinaryOp.h98 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp263 Operator& Operator::create<Operator::LOGICAL_OR>() { in create()
264 static BinaryOp<Operator::LOGICAL_OR> op; in create()
DScriptParser.yy182 %left LOGICAL_OR
762 | exp LOGICAL_OR exp
765 &Operator::create<Operator::LOGICAL_OR>());
DBinaryOp.cpp167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( in eval()
DScriptScanner.ll175 <LDSCRIPT,EXPRESSION>"||" { return token::LOGICAL_OR; }
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp131 static_assert(static_cast<TestOperationType>(LOGICAL_OR) == TestOperationType::LOGICAL_OR);
DModel.proto103 LOGICAL_OR = 63; enumerator
/frameworks/ml/nn/common/operations/
DLogicalAndOr.cpp102 NN_REGISTER_OPERATION(LOGICAL_OR, "LOGICAL_OR", logical::validate, logical::prepare,
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp106 CHECK_TEST_ENUM(TestOperationType, LOGICAL_OR);
DTestValidateOperations.cpp3697 TEST(OperationValidationTest, LOGICAL_OR) { in TEST() argument
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DBroadcast.cpp142 DEFINE_BROADCAST_SIGNATURE(LOGICAL_OR, V1_2, TestOperandType::TENSOR_BOOL8);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h158 LOGICAL_OR = 63, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp635 TEST_SINGLE_OPERATION(LOGICAL_OR, V1_2, kStrictCriteria);
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp463 static_assert(static_cast<int32_t>(OperationType::LOGICAL_OR) == ANEURALNETWORKS_LOGICAL_OR,
/frameworks/ml/nn/tools/api/
Dtypes.spec4533 %{DeclareOperation_1.2 LOGICAL_OR 63},