summaryrefslogtreecommitdiff
path: root/nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp')
-rw-r--r--nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp87
1 files changed, 0 insertions, 87 deletions
diff --git a/nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp b/nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp
deleted file mode 100644
index c2fad450f..000000000
--- a/nn/runtime/test/generated/spec_V1_2/squeeze_b155238914.example.cpp
+++ /dev/null
@@ -1,87 +0,0 @@
-// Generated from squeeze_b155238914.mod.py
-// DO NOT EDIT
-// clang-format off
-#include "TestHarness.h"
-using namespace test_helper;
-
-namespace generated_tests::squeeze_b155238914 {
-
-const TestModel& get_test_model() {
- static TestModel model = {
- .expectFailure = false,
- .expectedMultinomialDistributionTolerance = 0,
- .isRelaxed = false,
- .main = {
- .inputIndexes = {0},
- .operands = {{ // op0
- .channelQuant = {},
- .data = TestBuffer::createFromVector<float>({0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}),
- .dimensions = {9, 1, 1},
- .isIgnored = false,
- .lifetime = TestOperandLifeTime::SUBGRAPH_INPUT,
- .numberOfConsumers = 1,
- .scale = 0.0f,
- .type = TestOperandType::TENSOR_FLOAT32,
- .zeroPoint = 0
- }, { // op1
- .channelQuant = {},
- .data = TestBuffer::createFromVector<float>({0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}),
- .dimensions = {9, 1, 1},
- .isIgnored = false,
- .lifetime = TestOperandLifeTime::SUBGRAPH_OUTPUT,
- .numberOfConsumers = 0,
- .scale = 0.0f,
- .type = TestOperandType::TENSOR_FLOAT32,
- .zeroPoint = 0
- }, { // op5
- .channelQuant = {},
- .data = TestBuffer::createFromVector<float>({0.0f}),
- .dimensions = {1, 1, 1},
- .isIgnored = false,
- .lifetime = TestOperandLifeTime::CONSTANT_COPY,
- .numberOfConsumers = 1,
- .scale = 0.0f,
- .type = TestOperandType::TENSOR_FLOAT32,
- .zeroPoint = 0
- }, { // op7
- .channelQuant = {},
- .data = TestBuffer::createFromVector<int32_t>({}),
- .dimensions = {0},
- .isIgnored = false,
- .lifetime = TestOperandLifeTime::NO_VALUE,
- .numberOfConsumers = 1,
- .scale = 0.0f,
- .type = TestOperandType::TENSOR_INT32,
- .zeroPoint = 0
- }, { // op8
- .channelQuant = {},
- .data = TestBuffer::createFromVector<float>({}),
- .dimensions = {},
- .isIgnored = false,
- .lifetime = TestOperandLifeTime::TEMPORARY_VARIABLE,
- .numberOfConsumers = 0,
- .scale = 0.0f,
- .type = TestOperandType::TENSOR_FLOAT32,
- .zeroPoint = 0
- }},
- .operations = {{
- .inputs = {0},
- .outputs = {1},
- .type = TestOperationType::FLOOR
- }, {
- .inputs = {2, 3},
- .outputs = {4},
- .type = TestOperationType::SQUEEZE
- }},
- .outputIndexes = {1}
- },
- .minSupportedVersion = TestHalVersion::V1_2,
- .referenced = {}
- };
- return model;
-}
-
-const auto dummy_test_model = TestModelManager::get().add("squeeze_b155238914", get_test_model());
-
-} // namespace generated_tests::squeeze_b155238914
-