input_data.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /*
  2. * Copyright (C) 2010-2020 Arm Limited or its affiliates. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the License); you may
  7. * not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an AS IS BASIS, WITHOUT
  14. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. #pragma once
  19. // Generated by generate_test_data.py
  20. #include <stdint.h>
  21. const q7_t depthwise_kernel_3x3_input[100] =
  22. {
  23. 42,
  24. -42,
  25. -85,
  26. 42,
  27. -85,
  28. -42,
  29. -85,
  30. 0,
  31. -85,
  32. 42,
  33. -85,
  34. -42,
  35. -42,
  36. 0,
  37. 42,
  38. -85,
  39. -42,
  40. -85,
  41. 0,
  42. -85,
  43. -85,
  44. -85,
  45. 0,
  46. 42,
  47. 42,
  48. 0,
  49. -42,
  50. -42,
  51. -85,
  52. -42,
  53. 42,
  54. 0,
  55. -85,
  56. -85,
  57. -42,
  58. 0,
  59. -85,
  60. 42,
  61. -85,
  62. -42,
  63. -42,
  64. -42,
  65. -42,
  66. -85,
  67. 0,
  68. 0,
  69. 42,
  70. -42,
  71. 42,
  72. -85,
  73. -42,
  74. 42,
  75. -42,
  76. 42,
  77. -42,
  78. -85,
  79. -85,
  80. 42,
  81. -42,
  82. 42,
  83. 0,
  84. -85,
  85. -42,
  86. -42,
  87. -85,
  88. 42,
  89. -42,
  90. 42,
  91. -85,
  92. -85,
  93. -42,
  94. 0,
  95. -85,
  96. 42,
  97. 42,
  98. 42,
  99. -85,
  100. -85,
  101. -42,
  102. 0,
  103. 42,
  104. -85,
  105. 42,
  106. 42,
  107. -85,
  108. 42,
  109. -42,
  110. -42,
  111. 0,
  112. 42,
  113. -85,
  114. -42,
  115. -42,
  116. -42,
  117. 0,
  118. 0,
  119. 42,
  120. 42,
  121. -85,
  122. 42
  123. };