/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/ |
D | squeeze_quant8_signed.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 340 .type = TestOperationType::SQUEEZE, in get_test_model_omitted() 431 .type = TestOperationType::SQUEEZE, in get_test_model_omitted_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
D | squeeze_float16.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal() 340 .type = TestOperationType::SQUEEZE, in get_test_model_omitted() 431 .type = TestOperationType::SQUEEZE, in get_test_model_omitted_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/ |
D | squeeze_omitted.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_relaxed() 283 .type = TestOperationType::SQUEEZE, in get_test_model_relaxed_all_inputs_as_internal() 340 .type = TestOperationType::SQUEEZE, in get_test_model_quant8() 431 .type = TestOperationType::SQUEEZE, in get_test_model_quant8_all_inputs_as_internal()
|
D | squeeze_relaxed.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
D | squeeze.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
D | squeeze_float_1_relaxed.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
D | squeeze_float_1.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
D | squeeze_quant8_1.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal() 192 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs() 283 .type = TestOperationType::SQUEEZE, in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
|
D | squeeze_b155238914.example.cpp | 44 .type = TestOperationType::SQUEEZE, in get_test_model() 135 .type = TestOperationType::SQUEEZE, in get_test_model_all_inputs_as_internal()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/ |
D | seed156 | 52 type: SQUEEZE
|
D | seed010 | 53 type: SQUEEZE
|
D | seed193 | 111 type: SQUEEZE
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Squeeze.cpp | 57 NN_DEFINE_VALIDATION_FUNCTION(SQUEEZE, squeeze::validate);
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 92 static_assert(static_cast<TestOperationType>(SQUEEZE) == TestOperationType::SQUEEZE);
|
D | Model.proto | 75 SQUEEZE = 34; enumerator
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 2078 SQUEEZE = 34, enumerator
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Squeeze.cpp | 109 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(SQUEEZE, squeeze::prepare, squeeze::execute,
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 77 CALL(SQUEEZE) \
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 576 TEST_SINGLE_OPERATION(SQUEEZE, V1_1, kStrictCriteria); 611 TEST_SINGLE_OPERATION(SQUEEZE, V1_2, kStrictCriteria); 705 TEST_SINGLE_OPERATION(SQUEEZE, V1_3, kStrictCriteria);
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestAssertions.cpp | 77 CHECK_TEST_ENUM(TestOperationType, SQUEEZE);
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | Assertions.cpp | 106 COMPARE_ENUMS(SQUEEZE);
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Reshape.cpp | 499 .opType = TestOperationType::SQUEEZE, \ 507 .opType = TestOperationType::SQUEEZE, \
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 129 SQUEEZE = 34, enumerator
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworks.cpp | 374 static_assert(static_cast<int32_t>(OperationType::SQUEEZE) == ANEURALNETWORKS_SQUEEZE,
|