Searched refs:PACK (Results 1 – 11 of 11) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/generated/spec_AIDL_V2/ |
D | pack.example.cpp | 44 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0() 135 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_all_inputs_as_internal() 192 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_float16() 283 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_float16_all_inputs_as_internal() 340 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_quant8_asymm() 431 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_quant8_asymm_all_inputs_as_internal() 488 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_quant8_asymm_signed() 579 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_quant8_asymm_signed_all_inputs_as_internal() 636 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis0_int32() 693 .type = TestOperationType::PACK, in get_test_model_FLOAT32_unary_axis1() [all …]
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | OperationTypes.h | 5314 PACK = 103, enumerator
|
/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Pack.cpp | 78 NN_DEFINE_VALIDATION_FUNCTION(PACK, pack_op::validate);
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | StaticAssert.cpp | 177 static_assert(static_cast<TestOperationType>(PACK) == TestOperationType::PACK);
|
D | Model.proto | 144 PACK = 103; enumerator
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Pack.cpp | 152 NN_REGISTER_OPERATION_DEFAULT_VALIDATION(PACK, pack_op::prepare, pack_op::execute);
|
/packages/modules/NeuralNetworks/runtime/operation_converters/ |
D | OperationConverterResolver.cpp | 133 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(PACK);
|
/packages/modules/NeuralNetworks/common/types/include/ |
D | OperationsUtils.h | 146 CALL(PACK) \
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 198 PACK = 103, enumerator
|
/packages/modules/NeuralNetworks/runtime/ |
D | NeuralNetworksV2.cpp | 560 static_assert(static_cast<int32_t>(OperationType::PACK) == ANEURALNETWORKS_PACK,
|
D | NeuralNetworks.cpp | 558 static_assert(static_cast<int32_t>(OperationType::PACK) == ANEURALNETWORKS_PACK,
|