Home
last modified time | relevance | path

Searched refs:RESHAPE (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/ml/nn/runtime/test/generated/spec_V1_1/
Dreshape_b138150365.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dreshape_relaxed.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dreshape_weights_as_inputs_relaxed.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_0/
Dreshape.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dreshape_quant8.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
Dreshape_weights_as_inputs.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
Dreshape_quant8_weights_as_inputs.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
Dmobilenet_quantized.example.cpp2346 .type = TestOperationType::RESHAPE in get_test_model()
/frameworks/ml/nn/runtime/test/generated/spec_V1_2/
Dreshape_float16.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/generated/spec_V1_3/
Dreshape_quant8_signed.example.cpp50 .type = TestOperationType::RESHAPE in get_test_model()
141 .type = TestOperationType::RESHAPE in get_test_model_all_inputs_as_internal()
198 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs()
289 .type = TestOperationType::RESHAPE in get_test_model_all_tensors_as_inputs_all_inputs_as_internal()
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed32860 type: RESHAPE
Dseed24360 type: RESHAPE
Dseed339692 type: RESHAPE
709 type: RESHAPE
Dseed2631180 type: RESHAPE
Dseed0652758 type: RESHAPE
Dseed1054255 type: RESHAPE
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp77 static_assert(static_cast<TestOperationType>(RESHAPE) == TestOperationType::RESHAPE);
DModel.proto62 RESHAPE = 22; enumerator
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp65 CHECK_TEST_ENUM(TestOperationType, RESHAPE);
DTestValidateOperations.cpp1671 TEST(OperationValidationTest, RESHAPE) { in TEST() argument
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp562 TEST_SINGLE_OPERATION(RESHAPE, V1_0, kStrictCriteria);
595 TEST_SINGLE_OPERATION(RESHAPE, V1_2, kStrictCriteria);
693 TEST_SINGLE_OPERATION(RESHAPE, V1_3, kStrictCriteria);
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h117 RESHAPE = 22, enumerator
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DReshape.cpp155 .opType = TestOperationType::RESHAPE, \
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp328 static_assert(static_cast<int32_t>(OperationType::RESHAPE) == ANEURALNETWORKS_RESHAPE,
/frameworks/ml/nn/common/
DCpuExecutor.cpp850 case OperationType::RESHAPE: { in executeOperation()

12