Searched refs:MINIMUM (Results 1 – 21 of 21) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/ |
D | minimum.example.cpp | 50 .type = TestOperationType::MINIMUM in get_test_model_simple() 175 .type = TestOperationType::MINIMUM in get_test_model_simple_all_inputs_as_internal() 232 .type = TestOperationType::MINIMUM in get_test_model_simple_relaxed() 357 .type = TestOperationType::MINIMUM in get_test_model_simple_relaxed_all_inputs_as_internal() 414 .type = TestOperationType::MINIMUM in get_test_model_simple_float16() 539 .type = TestOperationType::MINIMUM in get_test_model_simple_float16_all_inputs_as_internal() 596 .type = TestOperationType::MINIMUM in get_test_model_simple_int32() 653 .type = TestOperationType::MINIMUM in get_test_model_simple_quant8() 778 .type = TestOperationType::MINIMUM in get_test_model_simple_quant8_all_inputs_as_internal() 835 .type = TestOperationType::MINIMUM in get_test_model_broadcast() [all …]
|
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/ |
D | minimum_quant8_signed.example.cpp | 50 .type = TestOperationType::MINIMUM in get_test_model_simple_quant8_signed() 175 .type = TestOperationType::MINIMUM in get_test_model_simple_quant8_signed_all_inputs_as_internal() 232 .type = TestOperationType::MINIMUM in get_test_model_broadcast_quant8_signed() 357 .type = TestOperationType::MINIMUM in get_test_model_broadcast_quant8_signed_all_inputs_as_internal() 414 .type = TestOperationType::MINIMUM in get_test_model_overflow() 539 .type = TestOperationType::MINIMUM in get_test_model_overflow_all_inputs_as_internal()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/ |
D | seed089 | 57 type: MINIMUM
|
D | seed236 | 57 type: MINIMUM
|
D | seed378 | 63 type: MINIMUM
|
D | seed215 | 61 type: MINIMUM
|
D | seed256 | 61 type: MINIMUM
|
D | seed438 | 185 type: MINIMUM
|
D | seed317 | 279 type: MINIMUM
|
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/ |
D | Broadcast.cpp | 133 DEFINE_BROADCAST_SIGNATURE(MINIMUM, V1_2, TestOperandType::TENSOR_FLOAT32, 138 DEFINE_BROADCAST_SIGNATURE(MINIMUM, V1_3, TestOperandType::TENSOR_QUANT8_ASYMM_SIGNED);
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 134 static_assert(static_cast<TestOperationType>(MINIMUM) == TestOperationType::MINIMUM);
|
D | Model.proto | 106 MINIMUM = 66; enumerator
|
/frameworks/ml/nn/runtime/test/ |
D | TestAssertions.cpp | 109 CHECK_TEST_ENUM(TestOperationType, MINIMUM);
|
D | TestPartitioning.cpp | 226 {OperationType::MINIMUM, kFirstEncodingMINIMUM},
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 222 op.type == TestOperationType::MAXIMUM || op.type == TestOperationType::MINIMUM || in shouldSkipTest() 646 TEST_SINGLE_OPERATION(MINIMUM, V1_2, kMediumCriteria); 722 TEST_SINGLE_OPERATION(MINIMUM, V1_3, kMediumCriteria);
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 161 MINIMUM = 66, enumerator
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1499 case OperationType::MINIMUM: { in executeOperation() 1509 const bool isMinimum = operation.type == OperationType::MINIMUM; in executeOperation()
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 469 static_assert(static_cast<int32_t>(OperationType::MINIMUM) == ANEURALNETWORKS_MINIMUM,
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 4635 %{DeclareOperation_1.2 MINIMUM 66},
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 21742 field protected static final int MINIMUM = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 21742 field protected static final int MINIMUM = 0; // 0x0
|