Home
last modified time | relevance | path

Searched refs:SQUEEZE (Results 1 – 24 of 24) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dsqueeze_quant8_signed.example.cpp44 .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/
Dsqueeze_float16.example.cpp44 .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/
Dsqueeze_omitted.example.cpp44 .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()
Dsqueeze_relaxed.example.cpp44 .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()
Dsqueeze.example.cpp44 .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()
Dsqueeze_float_1_relaxed.example.cpp44 .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()
Dsqueeze_float_1.example.cpp44 .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()
Dsqueeze_quant8_1.example.cpp44 .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()
Dsqueeze_b155238914.example.cpp44 .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/
Dseed15652 type: SQUEEZE
Dseed01053 type: SQUEEZE
Dseed193111 type: SQUEEZE
/packages/modules/NeuralNetworks/common/types/operations/src/
DSqueeze.cpp57 NN_DEFINE_VALIDATION_FUNCTION(SQUEEZE, squeeze::validate);
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp92 static_assert(static_cast<TestOperationType>(SQUEEZE) == TestOperationType::SQUEEZE);
DModel.proto75 SQUEEZE = 34; enumerator
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h2078 SQUEEZE = 34, enumerator
/packages/modules/NeuralNetworks/common/cpu_operations/
DSqueeze.cpp109 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(SQUEEZE, squeeze::prepare, squeeze::execute,
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h77 CALL(SQUEEZE) \
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp576 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/
DTestAssertions.cpp77 CHECK_TEST_ENUM(TestOperationType, SQUEEZE);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp106 COMPARE_ENUMS(SQUEEZE);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp499 .opType = TestOperationType::SQUEEZE, \
507 .opType = TestOperationType::SQUEEZE, \
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h129 SQUEEZE = 34, enumerator
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp374 static_assert(static_cast<int32_t>(OperationType::SQUEEZE) == ANEURALNETWORKS_SQUEEZE,