Searched refs:LOGICAL_OR (Results 1 – 20 of 20) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | logical_or.example.cpp | 50 .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/ |
D | seed304 | 64 type: LOGICAL_OR
|
D | seed492 | 66 type: LOGICAL_OR
|
D | seed278 | 489 type: LOGICAL_OR
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 53 LOGICAL_OR = 21, enumerator 197 Operator& Operator::create<Operator::LOGICAL_OR>();
|
D | BinaryOp.h | 98 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 263 Operator& Operator::create<Operator::LOGICAL_OR>() { in create() 264 static BinaryOp<Operator::LOGICAL_OR> op; in create()
|
D | ScriptParser.yy | 182 %left LOGICAL_OR 762 | exp LOGICAL_OR exp 765 &Operator::create<Operator::LOGICAL_OR>());
|
D | BinaryOp.cpp | 167 IntOperand* BinaryOp<Operator::LOGICAL_OR>::eval( in eval()
|
D | ScriptScanner.ll | 175 <LDSCRIPT,EXPRESSION>"||" { return token::LOGICAL_OR; }
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 131 static_assert(static_cast<TestOperationType>(LOGICAL_OR) == TestOperationType::LOGICAL_OR);
|
D | Model.proto | 103 LOGICAL_OR = 63; enumerator
|
/frameworks/ml/nn/common/operations/ |
D | LogicalAndOr.cpp | 102 NN_REGISTER_OPERATION(LOGICAL_OR, "LOGICAL_OR", logical::validate, logical::prepare,
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 106 CHECK_TEST_ENUM(TestOperationType, LOGICAL_OR);
|
D | TestValidateOperations.cpp | 3697 TEST(OperationValidationTest, LOGICAL_OR) { in TEST() argument
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 142 DEFINE_BROADCAST_SIGNATURE(LOGICAL_OR, V1_2, TestOperandType::TENSOR_BOOL8);
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 158 LOGICAL_OR = 63, enumerator
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 635 TEST_SINGLE_OPERATION(LOGICAL_OR, V1_2, kStrictCriteria);
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 463 static_assert(static_cast<int32_t>(OperationType::LOGICAL_OR) == ANEURALNETWORKS_LOGICAL_OR,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4533 %{DeclareOperation_1.2 LOGICAL_OR 63},
|