Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dspace_to_depth_v1_2.example.cpp60 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc()
161 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_all_inputs_as_internal()
228 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_relaxed()
329 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_relaxed_all_inputs_as_internal()
396 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_float16()
497 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_float16_all_inputs_as_internal()
564 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8()
665 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_all_inputs_as_internal()
732 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw()
833 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_all_inputs_as_internal()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dspace_to_depth_quant8_signed.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_2()
289 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal_2()
356 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed()
457 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_all_inputs_as_internal()
524 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_quant8_signed()
625 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nchw_quant8_signed_all_inputs_as_internal()
692 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_2()
793 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_nhwc_quant8_signed_all_inputs_as_internal_2()
[all …]
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dspace_to_depth_float_1.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_quant8_1.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_float_3.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_float_2.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_quant8_2.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dspace_to_depth_float_2_relaxed.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_float_1_relaxed.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
Dspace_to_depth_float_3_relaxed.example.cpp50 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model()
141 .type = TestOperationType::SPACE_TO_DEPTH in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed01362 type: SPACE_TO_DEPTH
Dseed10179 type: SPACE_TO_DEPTH
Dseed145107 type: SPACE_TO_DEPTH
Dseed419154 type: SPACE_TO_DEPTH
Dseed3941129 type: SPACE_TO_DEPTH
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp82 static_assert(static_cast<TestOperationType>(SPACE_TO_DEPTH) == TestOperationType::SPACE_TO_DEPTH);
DModel.proto66 SPACE_TO_DEPTH = 26; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp69 CHECK_TEST_ENUM(TestOperationType, SPACE_TO_DEPTH);
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp558 TEST_SINGLE_OPERATION(SPACE_TO_DEPTH, V1_0, kStrictCriteria);
591 TEST_SINGLE_OPERATION(SPACE_TO_DEPTH, V1_2, kStrictCriteria);
696 TEST_SINGLE_OPERATION(SPACE_TO_DEPTH, V1_3, kStrictCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h121 SPACE_TO_DEPTH = 26, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp52 .opType = TestOperationType::SPACE_TO_DEPTH, \
67 .opType = TestOperationType::SPACE_TO_DEPTH, \
/frameworks/ml/nn/runtime/
DModelBuilder.cpp760 case OperationType::SPACE_TO_DEPTH: { in getNumTrailingArgumentsToRemove()
DNeuralNetworks.cpp337 static_assert(static_cast<int32_t>(OperationType::SPACE_TO_DEPTH) == ANEURALNETWORKS_SPACE_TO_DEPTH,
/frameworks/ml/nn/common/
DCpuExecutor.cpp930 case OperationType::SPACE_TO_DEPTH: { in executeOperation()