Home
last modified time | relevance | path

Searched refs:EXPAND_DIMS (Results 1 – 22 of 22) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dexpand_dims.example.cpp44 .type = TestOperationType::EXPAND_DIMS, in get_test_model()
135 .type = TestOperationType::EXPAND_DIMS, in get_test_model_all_inputs_as_internal()
192 .type = TestOperationType::EXPAND_DIMS, in get_test_model_relaxed()
283 .type = TestOperationType::EXPAND_DIMS, in get_test_model_relaxed_all_inputs_as_internal()
340 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8()
431 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_all_inputs_as_internal()
488 .type = TestOperationType::EXPAND_DIMS, in get_test_model_int32()
545 .type = TestOperationType::EXPAND_DIMS, in get_test_model_float16()
636 .type = TestOperationType::EXPAND_DIMS, in get_test_model_float16_all_inputs_as_internal()
693 .type = TestOperationType::EXPAND_DIMS, in get_test_model_2()
[all …]
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dexpand_dims_quant8_signed.example.cpp44 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed()
135 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_all_inputs_as_internal()
192 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_2()
283 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_all_inputs_as_internal_2()
340 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_3()
431 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_all_inputs_as_internal_3()
488 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_4()
579 .type = TestOperationType::EXPAND_DIMS, in get_test_model_quant8_signed_all_inputs_as_internal_4()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed00151 type: EXPAND_DIMS
Dseed22255 type: EXPAND_DIMS
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus_additional/
Dseed47051 type: EXPAND_DIMS
/packages/modules/NeuralNetworks/common/types/operations/src/
DExpandDims.cpp53 NN_DEFINE_VALIDATION_FUNCTION(EXPAND_DIMS, expand_dims::validate);
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DOperationTypes.h3061 EXPAND_DIMS = 50, enumerator
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp114 static_assert(static_cast<TestOperationType>(EXPAND_DIMS) == TestOperationType::EXPAND_DIMS);
DModel.proto91 EXPAND_DIMS = 50; enumerator
/packages/modules/NeuralNetworks/common/
DOperationResolver.cpp50 NN_OPERATION_IS_NOT_IMPLEMENTED(EXPAND_DIMS);
DCpuExecutor.cpp1354 case OperationType::EXPAND_DIMS: { in executeOperation()
/packages/modules/NeuralNetworks/runtime/operation_converters/
DOperationConverterResolver.cpp80 NN_OPERATION_CONVERTER_NOT_IMPLEMENTED(EXPAND_DIMS);
/packages/modules/NeuralNetworks/common/types/include/
DOperationsUtils.h93 CALL(EXPAND_DIMS) \
/packages/modules/NeuralNetworks/runtime/test/
DTestAssertions.cpp93 CHECK_TEST_ENUM(TestOperationType, EXPAND_DIMS);
DTestValidateOperations.cpp1113 TEST(OperationValidationTest, EXPAND_DIMS) { in TEST() argument
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp122 COMPARE_ENUMS(EXPAND_DIMS);
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h145 EXPAND_DIMS = 50, enumerator
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DTestRandomGraph.cpp666 TEST_SINGLE_OPERATION(EXPAND_DIMS, V1_2, kStrictCriteria);
715 TEST_SINGLE_OPERATION(EXPAND_DIMS, V1_3, kStrictCriteria);
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp539 .opType = TestOperationType::EXPAND_DIMS, \
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworksV2.cpp442 static_assert(static_cast<int32_t>(OperationType::EXPAND_DIMS) == ANEURALNETWORKS_EXPAND_DIMS,
DNeuralNetworks.cpp440 static_assert(static_cast<int32_t>(OperationType::EXPAND_DIMS) == ANEURALNETWORKS_EXPAND_DIMS,
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec4080 %{DeclareOperation_1.2 EXPAND_DIMS 50},