Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dexpand_dims.example.cpp50 .type = TestOperationType::EXPAND_DIMS in get_test_model()
141 .type = TestOperationType::EXPAND_DIMS in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::EXPAND_DIMS in get_test_model_relaxed()
289 .type = TestOperationType::EXPAND_DIMS in get_test_model_relaxed_all_inputs_as_internal()
346 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8()
437 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_all_inputs_as_internal()
494 .type = TestOperationType::EXPAND_DIMS in get_test_model_int32()
551 .type = TestOperationType::EXPAND_DIMS in get_test_model_float16()
642 .type = TestOperationType::EXPAND_DIMS in get_test_model_float16_all_inputs_as_internal()
699 .type = TestOperationType::EXPAND_DIMS in get_test_model_2()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dexpand_dims_quant8_signed.example.cpp50 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed()
141 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_all_inputs_as_internal()
198 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_2()
289 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_all_inputs_as_internal_2()
346 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_3()
437 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_all_inputs_as_internal_3()
494 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_4()
585 .type = TestOperationType::EXPAND_DIMS in get_test_model_quant8_signed_all_inputs_as_internal_4()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed07659 type: EXPAND_DIMS
Dseed14159 type: EXPAND_DIMS
Dseed30142 type: EXPAND_DIMS
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp114 static_assert(static_cast<TestOperationType>(EXPAND_DIMS) == TestOperationType::EXPAND_DIMS);
DModel.proto90 EXPAND_DIMS = 50; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp93 CHECK_TEST_ENUM(TestOperationType, EXPAND_DIMS);
DTestValidateOperations.cpp1103 TEST(OperationValidationTest, EXPAND_DIMS) { in TEST() argument
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h145 EXPAND_DIMS = 50, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp664 TEST_SINGLE_OPERATION(EXPAND_DIMS, V1_2, kStrictCriteria);
713 TEST_SINGLE_OPERATION(EXPAND_DIMS, V1_3, kStrictCriteria);
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp539 .opType = TestOperationType::EXPAND_DIMS, \
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp433 static_assert(static_cast<int32_t>(OperationType::EXPAND_DIMS) == ANEURALNETWORKS_EXPAND_DIMS,
/frameworks/ml/nn/common/
DCpuExecutor.cpp1409 case OperationType::EXPAND_DIMS: { in executeOperation()
/frameworks/ml/nn/tools/api/
Dtypes.spec3917 %{DeclareOperation_1.2 EXPAND_DIMS 50},