xmos-ai-tools 1.3.2.dev19__py3-none-macosx_11_0_arm64.whl → 1.3.2.dev37__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. xmos_ai_tools/runtime/include/lib_tflite_micro/api/inference_engine.h +9 -9
  2. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_common.h +2 -2
  3. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_custom_options.h +2 -2
  4. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_error_reporter.h +3 -3
  5. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_interpreter.h +8 -8
  6. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_ops.h +3 -3
  7. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_profiler.h +4 -4
  8. xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_utils.h +5 -5
  9. xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud.h +3 -3
  10. xmos_ai_tools/runtime/include/tensorflow/lite/array.h +4 -4
  11. xmos_ai_tools/runtime/include/tensorflow/lite/context_util.h +2 -2
  12. xmos_ai_tools/runtime/include/tensorflow/lite/core/api/error_reporter.h +3 -3
  13. xmos_ai_tools/runtime/include/tensorflow/lite/core/api/flatbuffer_conversions.h +2 -2
  14. xmos_ai_tools/runtime/include/tensorflow/lite/core/api/tensor_utils.h +2 -2
  15. xmos_ai_tools/runtime/include/tensorflow/lite/core/c/c_api_types.h +3 -3
  16. xmos_ai_tools/runtime/include/tensorflow/lite/core/c/common.h +17 -17
  17. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/common.h +2 -2
  18. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/cppmath.h +2 -2
  19. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/max.h +2 -2
  20. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/min.h +2 -2
  21. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor.h +2 -2
  22. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor_utils.h +2 -2
  23. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/quantization_util.h +2 -2
  24. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add.h +3 -3
  25. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add_n.h +2 -2
  26. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/arg_min_max.h +2 -2
  27. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_matmul.h +2 -2
  28. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h +2 -2
  29. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/binary_function.h +2 -2
  30. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_args.h +2 -2
  31. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_to.h +2 -2
  32. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/ceil.h +2 -2
  33. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/comparisons.h +2 -2
  34. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/concatenation.h +3 -3
  35. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/conv.h +2 -2
  36. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/cumsum.h +2 -2
  37. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depth_to_space.h +3 -3
  38. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h +1 -1
  39. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h +1 -1
  40. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/dequantize.h +4 -4
  41. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/div.h +2 -2
  42. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/elu.h +2 -2
  43. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/exp.h +2 -2
  44. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fill.h +2 -2
  45. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor.h +2 -2
  46. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_div.h +2 -2
  47. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_mod.h +2 -2
  48. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fully_connected.h +2 -2
  49. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/hard_swish.h +2 -2
  50. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/add.h +2 -2
  51. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h +2 -2
  52. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h +2 -2
  53. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h +2 -2
  54. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h +2 -2
  55. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h +2 -2
  56. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h +2 -2
  57. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h +2 -2
  58. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h +2 -2
  59. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h +2 -2
  60. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/l2normalization.h +4 -4
  61. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/leaky_relu.h +3 -3
  62. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/log_softmax.h +2 -2
  63. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/logistic.h +2 -2
  64. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/lstm_cell.h +5 -5
  65. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/maximum_minimum.h +2 -2
  66. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/mul.h +2 -2
  67. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/neg.h +2 -2
  68. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pad.h +8 -8
  69. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pooling.h +2 -2
  70. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h +2 -2
  71. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h +2 -2
  72. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/prelu.h +2 -2
  73. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h +3 -3
  74. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/quantize.h +4 -4
  75. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/reduce.h +3 -3
  76. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/requantize.h +2 -2
  77. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_bilinear.h +4 -4
  78. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h +3 -3
  79. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/round.h +2 -2
  80. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/select.h +2 -2
  81. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/slice.h +5 -5
  82. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/softmax.h +2 -2
  83. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h +2 -2
  84. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_depth.h +3 -3
  85. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/strided_slice.h +6 -6
  86. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/sub.h +2 -2
  87. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/tanh.h +2 -2
  88. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose.h +2 -2
  89. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose_conv.h +2 -2
  90. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/runtime_shape.h +2 -2
  91. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/strided_slice_logic.h +9 -9
  92. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/tensor_ctypes.h +2 -2
  93. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/types.h +2 -2
  94. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/kernel_util.h +2 -2
  95. xmos_ai_tools/runtime/include/tensorflow/lite/kernels/padding.h +2 -2
  96. xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h +2 -2
  97. xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h +2 -2
  98. xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h +2 -2
  99. xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h +2 -2
  100. xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h +2 -2
  101. xmos_ai_tools/runtime/include/tensorflow/lite/micro/benchmarks/micro_benchmark.h +7 -7
  102. xmos_ai_tools/runtime/include/tensorflow/lite/micro/fake_micro_context.h +2 -2
  103. xmos_ai_tools/runtime/include/tensorflow/lite/micro/flatbuffer_utils.h +2 -2
  104. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activation_utils.h +2 -2
  105. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activations.h +2 -2
  106. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/add.h +2 -2
  107. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_function_specializations.h +2 -2
  108. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_interface.h +2 -2
  109. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_slicers.h +2 -2
  110. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_tf_utils.h +4 -4
  111. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buf_mgr.h +2 -2
  112. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buffers.h +2 -2
  113. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/types.h +6 -6
  114. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer.h +2 -2
  115. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv.h +2 -2
  116. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv_test.h +2 -2
  117. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/depthwise_conv.h +2 -2
  118. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/dequantize.h +3 -3
  119. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ethosu.h +2 -2
  120. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/fully_connected.h +2 -2
  121. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/hard_swish.h +2 -2
  122. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_runner.h +2 -2
  123. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_util.h +2 -2
  124. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/leaky_relu.h +2 -2
  125. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logical.h +2 -2
  126. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logistic.h +2 -2
  127. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval.h +48 -48
  128. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval_test.h +57 -57
  129. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_shared.h +2 -2
  130. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_ops.h +2 -2
  131. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_tensor_utils.h +2 -2
  132. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/mul.h +2 -2
  133. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pad.h +2 -2
  134. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pooling.h +15 -15
  135. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/prelu.h +2 -2
  136. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/quantize.h +3 -3
  137. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reduce.h +2 -2
  138. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reshape.h +2 -2
  139. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/softmax.h +2 -2
  140. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/strided_slice.h +2 -2
  141. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/sub.h +2 -2
  142. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/svdf.h +2 -2
  143. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/conv_test_data.h +2 -2
  144. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/lstm_test_data.h +7 -7
  145. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.h +2 -2
  146. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/hifimini/fixedpoint_utils.h +2 -2
  147. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_eval.h +2 -2
  148. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_shared.h +2 -2
  149. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_add.h +2 -2
  150. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_conv.h +2 -2
  151. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_depthwise_conv.h +2 -2
  152. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_fully_connected.h +2 -2
  153. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pad.h +2 -2
  154. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pooling.h +2 -2
  155. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reduce.h +2 -2
  156. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reshape.h +2 -2
  157. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_softmax.h +2 -2
  158. xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_svdf.h +2 -2
  159. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_helpers.h +3 -3
  160. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h +2 -2
  161. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/linear_memory_planner.h +2 -2
  162. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/memory_plan_struct.h +2 -2
  163. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/micro_memory_planner.h +2 -2
  164. xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h +2 -2
  165. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocation_info.h +3 -3
  166. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocator.h +3 -3
  167. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_arena_constants.h +2 -2
  168. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_context.h +3 -3
  169. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_graph.h +4 -4
  170. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter.h +2 -2
  171. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_context.h +2 -2
  172. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_graph.h +4 -4
  173. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_log.h +4 -4
  174. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_mutable_op_resolver.h +50 -50
  175. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_op_resolver.h +2 -2
  176. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler.h +2 -2
  177. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler_interface.h +2 -2
  178. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_resource_variable.h +2 -2
  179. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_time.h +2 -2
  180. xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_utils.h +2 -2
  181. xmos_ai_tools/runtime/include/tensorflow/lite/micro/mock_micro_graph.h +2 -2
  182. xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size.h +2 -2
  183. xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size_wrapper.h +2 -2
  184. xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_allocator.h +2 -2
  185. xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_interpreter.h +2 -2
  186. xmos_ai_tools/runtime/include/tensorflow/lite/micro/system_setup.h +2 -2
  187. xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helper_custom_ops.h +2 -2
  188. xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helpers.h +6 -6
  189. xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/micro_test.h +4 -4
  190. xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.h +2 -2
  191. xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h +2 -2
  192. xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/log_utils.h +2 -2
  193. xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/metrics.h +3 -3
  194. xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/op_resolver.h +3 -3
  195. xmos_ai_tools/runtime/include/tensorflow/lite/portable_type_to_tflitetype.h +2 -2
  196. xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_generated.h +2731 -2731
  197. xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_utils.h +2 -2
  198. xmos_ai_tools/runtime/lib/libhost_xtflitemicro.a +0 -0
  199. xmos_ai_tools/runtime/lib/libxtflitemicro.a +0 -0
  200. xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.1.0.1.dylib +0 -0
  201. xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.dylib +0 -0
  202. {xmos_ai_tools-1.3.2.dev19.data → xmos_ai_tools-1.3.2.dev37.data}/data/bin/xcore-opt +0 -0
  203. {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/METADATA +2 -2
  204. {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/RECORD +206 -206
  205. {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/WHEEL +0 -0
  206. {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/top_level.txt +0 -0
@@ -72,7 +72,7 @@ xmos_ai_tools/runtime/include/lib_nn/api/xs3a_registers.h,sha256=5i6Tue1VplRI2Vl
72
72
  xmos_ai_tools/runtime/include/lib_nn/src/asm/asm_constants.h,sha256=VB8pk_H4vI4S18xYfPFCOGZoLG6S0FYW5uVfG3u9glU,1018
73
73
  xmos_ai_tools/runtime/include/lib_nn/src/asm/window_op_plan.h,sha256=4I5u3jkbPOXQnj073h24346uJTYApf0A2oegNc0TKjc,704
74
74
  xmos_ai_tools/runtime/include/lib_tflite_micro/api/fast_flash.h,sha256=IFDYtVg3AodzlFEQw_MFWs2fNQ43aMEXNVwpaG27sko,1984
75
- xmos_ai_tools/runtime/include/lib_tflite_micro/api/inference_engine.h,sha256=qSNg6rIzz-dKdIUoxk9VnqyxoypO4Aqf5h06K7rM82k,9249
75
+ xmos_ai_tools/runtime/include/lib_tflite_micro/api/inference_engine.h,sha256=GkmCI01aywc3docA7SV-11pSi89URw1ErxbaSkO9EIs,9303
76
76
  xmos_ai_tools/runtime/include/lib_tflite_micro/api/memory_parallel_transport.h,sha256=P6o4-yWfE3GW_R08zf_kTsg-h4589eAhg9lNvJA7ZCM,1932
77
77
  xmos_ai_tools/runtime/include/lib_tflite_micro/api/version.h,sha256=zwy-Yay7mJg09OQpzKyNfITtjfe0Jy3IgErrPdH31I0,318
78
78
  xmos_ai_tools/runtime/include/lib_tflite_micro/api/xcore_config.h,sha256=6KOImWQXzY6FXIepK746QlkQllmCo3eH5FD3Vp1x7PQ,519
@@ -80,14 +80,14 @@ xmos_ai_tools/runtime/include/lib_tflite_micro/api/xcore_device_memory.h,sha256=
80
80
  xmos_ai_tools/runtime/include/lib_tflite_micro/api/xcore_shared_config.h,sha256=qv3cxHGUHDxdR0xlfdd0qWDOd4V0vwPkmYEVka_j6xw,1015
81
81
  xmos_ai_tools/runtime/include/lib_tflite_micro/src/thread_call.h,sha256=KNG-3gNWMSonzYTGbk4L0kT8WU9JD0bOzlk8naz7JO0,4965
82
82
  xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/conv2d_float.h,sha256=XfVVWAKhbv6nByOzO1j6WA4oQ4RTX3PvYx22f-_3JFA,7681
83
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_common.h,sha256=zLIvEU3IrdgACea8jrtNGzWzeLc8SpqyciLyR9NqoLA,359
84
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_custom_options.h,sha256=8iD9kjYqpaGpAUfGzfYk7OaPZo1ewpL5bBnZECE6jEg,618
85
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_error_reporter.h,sha256=fnSTiuJEL5cstbgtiM9rKwpCCNPHFEZr5b_Qu4PY1Yo,794
86
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_interpreter.h,sha256=5-_cbV1uXQDTW51l3F3p06fZB4qx19Z848h9qtoAjE4,1753
87
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_ops.h,sha256=p3h8lDJoflhpT8osJ70k4vetAYNf-TyZsO_RRvUMy7U,2645
88
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_profiler.h,sha256=5wo0BpSfxebxo-NpAoJYsheULF9u_Nz3xbhjUs2K2Hg,1215
89
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_utils.h,sha256=kynLZ8kJMx4sGQNOkIqoF7zjey1mKVeEbgdGS-UAX_o,4717
90
- xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud.h,sha256=CpBh7idogG_eZXEe29i306iXbz3Jcnvd5CgptIFG8Lo,20680
83
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_common.h,sha256=HhUfwS9tq59jyXx79vqHlfEkk2hnRMkFXd2atPvoHhg,371
84
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_custom_options.h,sha256=lC4Tw1Pxxg3zOXRdqNNtokuU-_cX9TTkYmGLe47-9dQ,630
85
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_error_reporter.h,sha256=_NIzvBYMqlwJexYESP5t5JXpxYTt-ZKq-1AdqAB9-Sc,812
86
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_interpreter.h,sha256=-0BNn65tzxWgNnHLolCYyUYhboL9nN3ksKni3BjH6QU,1801
87
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_ops.h,sha256=WKen_NUF49bZShYfKIUYh9FV050ZbZZh6mOTurP53c8,2663
88
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_profiler.h,sha256=Ytqbj4TsbhZrtl42I2dgLyeloLi-1vZwjysIoOkgX9s,1239
89
+ xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_utils.h,sha256=CkxEhyN7i2rmlk_ua18XH1XDV_E4mS2u3Ph48mIhN7M,4747
90
+ xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud.h,sha256=aQNbN6EvpVQm-OkgE_JGn2SeqYE_sKtwWZebu50IwnE,20701
91
91
  xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud_conf_default.h,sha256=cFjrjT1T7X4BerX6mRRCQwBnwDPX2553q5AzYhvzrhc,251
92
92
  xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud_device.h,sha256=iUS2WaT-BBZbcL4Geso3Kv154VNbVpWc1yExb2xNC60,3383
93
93
  xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud_std_descriptors.h,sha256=dHaRCVL67CGZ1qWx5VD0m9mZMaErdsSC5xhwNciftjc,10054
@@ -136,21 +136,21 @@ xmos_ai_tools/runtime/include/signal/src/kiss_fft_wrappers/kiss_fft_float.h,sha2
136
136
  xmos_ai_tools/runtime/include/signal/src/kiss_fft_wrappers/kiss_fft_int16.h,sha256=K9FpvRavT--2YBRzkxdU6_pqehICUo2BB_xfdu-1QVU,1250
137
137
  xmos_ai_tools/runtime/include/signal/src/kiss_fft_wrappers/kiss_fft_int32.h,sha256=4Z-yubujGr8-E4xuRmXCFP9KJntWvybT8RGeXYL8ERA,1251
138
138
  xmos_ai_tools/runtime/include/signal/testdata/fft_test_data.h,sha256=eAGqMIeGhmlV72ymXguaV5ClJvd7TiNE1u4zzT-VT7Y,1695
139
- xmos_ai_tools/runtime/include/tensorflow/lite/array.h,sha256=WsNZMlDCuQ-KB-f6_08BU5nldO-6QRK_j6GiRssOe0g,5170
139
+ xmos_ai_tools/runtime/include/tensorflow/lite/array.h,sha256=HBRkmw8v96eWnplbANGQDkAMhLAA3b_8OElU4g5frB0,5192
140
140
  xmos_ai_tools/runtime/include/tensorflow/lite/builtin_op_data.h,sha256=a_Y31SN-IHSfPSPQ0zTHy-_ZFIfYWiCHf_6x5zaNZ6k,921
141
141
  xmos_ai_tools/runtime/include/tensorflow/lite/builtin_ops.h,sha256=awlq6JNdpd9sr3QvHqb5EYeiGAqmypYowlWJFXzJB8c,8236
142
- xmos_ai_tools/runtime/include/tensorflow/lite/context_util.h,sha256=igRg2t38EfQ99CW8n7w54qKDeLddcV1k9zS9C6qj1jM,1953
143
- xmos_ai_tools/runtime/include/tensorflow/lite/portable_type_to_tflitetype.h,sha256=lS5yiEKYO6jJuvbAzOtIoOAoOf0Q5GaZTLUeRTxCB3A,3071
142
+ xmos_ai_tools/runtime/include/tensorflow/lite/context_util.h,sha256=W9w3hF_MU76P4eNLw4OeHl17uJTbVJDcQF3taMnQSJw,1965
143
+ xmos_ai_tools/runtime/include/tensorflow/lite/portable_type_to_tflitetype.h,sha256=FQ4eObyhU1Dr_lhPBGd5jIgrERgYHdHvuoSc3DphjQY,3083
144
144
  xmos_ai_tools/runtime/include/tensorflow/lite/c/builtin_op_data.h,sha256=diH_vDptfFimACeoyhfMXTSUCFFTG_rN9WxGaKNby9A,861
145
145
  xmos_ai_tools/runtime/include/tensorflow/lite/c/c_api_types.h,sha256=25MVNrukSHCG1-l19sbQTYsy4NDFJTiVwHmlAw-Zr5I,965
146
146
  xmos_ai_tools/runtime/include/tensorflow/lite/c/common.h,sha256=8dWHvE3jaBjwFHY6syaDX6Uj8zhd2hhHcGdL4K-_1CY,1173
147
147
  xmos_ai_tools/runtime/include/tensorflow/lite/core/macros.h,sha256=8fZFtTWlWjx8sM70cDqu6ViXtGKoA3n4q3DR2_1Lg0M,2759
148
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/error_reporter.h,sha256=o5i8nti4RW2CYyVgnCCqSV9xmba6uS66yaHHdtqzcE4,2953
149
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/flatbuffer_conversions.h,sha256=vPTMsImLhkMU3Y2DECRr8fr3edzc2YWL2MP9EtEBCxE,21281
150
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/tensor_utils.h,sha256=JLJQrzvWb8XvvxtRxJgyrVQqPjdaqrIxjRdWkhaFFpk,1016
148
+ xmos_ai_tools/runtime/include/tensorflow/lite/core/api/error_reporter.h,sha256=Sn9kDYtK-s_NOZ-B3l50293J5ghnsVlXNHxF-mRWKWw,2971
149
+ xmos_ai_tools/runtime/include/tensorflow/lite/core/api/flatbuffer_conversions.h,sha256=Z6lV84mWXH1wVoKJ7GZmjaumKLA3n62YOuCHq2jH5dw,21293
150
+ xmos_ai_tools/runtime/include/tensorflow/lite/core/api/tensor_utils.h,sha256=9kHs1PmX70Vz7JdbNZuG12Tph0dwKkhKr-tA3Ju6zoY,1028
151
151
  xmos_ai_tools/runtime/include/tensorflow/lite/core/c/builtin_op_data.h,sha256=2YkHwO7KqG9aJtKCIhC5nI4FjNYgRHPa-zr6s46_F-0,16326
152
- xmos_ai_tools/runtime/include/tensorflow/lite/core/c/c_api_types.h,sha256=1Njy9rf2juMlbibtmW3VIAiEHKQ2C6YEgLyMdvDcFTw,6310
153
- xmos_ai_tools/runtime/include/tensorflow/lite/core/c/common.h,sha256=1l6QZ2o1fDuc88lV1LZ_CzyZEQvPB8aAZa94Ddo_838,68697
152
+ xmos_ai_tools/runtime/include/tensorflow/lite/core/c/c_api_types.h,sha256=-XvGicMx_AKeTX-MZ5-7s_Pq8-4oY3gaRMjqY61eVAo,6328
153
+ xmos_ai_tools/runtime/include/tensorflow/lite/core/c/common.h,sha256=CgWZanWNv443Wfl-yXE1cibyX8QyQW5Nr3T0CU01ooE,68785
154
154
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/bits.h,sha256=ECUf1QiZa_Cj8K807tCT0-24MSQgTBUE2znzWYegFaA,2916
155
155
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/fft.h,sha256=XXMKYjdmAn3CMmpRMcZb5uyMbJAPNKLQXXJqlHXqtQk,1381
156
156
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/fft_io.h,sha256=Uii9_PJ4ArpvGzHHDyG-FZHuMmIg3pRS8vOczAXHQkI,1210
@@ -175,123 +175,123 @@ xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/pca
175
175
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/window.h,sha256=5MolgRHCsP-9nnAsuVht4JXFyGzKVwmhPBuF3HkCYHU,1476
176
176
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/window_io.h,sha256=gR7TO_YI6Mgu83A6imdEiJ4sNfGMjkGxLmCq0lb2lAo,1237
177
177
  xmos_ai_tools/runtime/include/tensorflow/lite/experimental/microfrontend/lib/window_util.h,sha256=0GnfFOwHjcxF9hxBmPwFDw_jdDmx_TwyhABGiljmJaQ,1565
178
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/kernel_util.h,sha256=MC1LviqVib7DwJY91I0wr0dQ4sl406T-Z-8F_ZheByA,14243
178
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/kernel_util.h,sha256=e0hZavKHQCLb2PX1PAZrdYgr6bDbhalTT_rnRkFCtd0,14255
179
179
  xmos_ai_tools/runtime/include/tensorflow/lite/kernels/op_macros.h,sha256=BKqR9eM421HLoKn9hHIu6AbtQf5NZEVb-kS_OgvQL9E,1446
180
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/padding.h,sha256=H7yT8YmAMzotmvA6gVVGWyLnkEyTUM9GRsVU54GXmgE,5011
181
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/common.h,sha256=KHLYKVVAP3XlaFU3dienFAsBzsOFEqrhwWQ4RcBsRb8,55494
180
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/padding.h,sha256=N4MRLEoGkv_9x1STOr2q2NDciSnQgtm7kYUoXGsk4xE,5023
181
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/common.h,sha256=BQiD0sqPn6qENyiqxuwpxbUvb7tEXivfKSc5r8GYx28,55506
182
182
  xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/compatibility.h,sha256=LmxnXnQCUl15rvUQi0ewM5fq0OV5IcnLM38VCRa5cl0,3922
183
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/cppmath.h,sha256=lPE9E7pl-5PTMAkhxru9fWFoCACw3PeTlybrOj6zp3M,1431
184
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/max.h,sha256=RbBYFfSIzOnQdwidPme2P79U2HtVdPVAFgzwM0Z06rU,1128
185
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/min.h,sha256=BYQ81PQBmTeVWf21FqUACTQcc3f8gF9IlCeuAD81OSY,1128
186
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor.h,sha256=lAQ6b7gSamkhmx27VGdrV0VXYPvON_SvZXF2ex-g4mg,4927
187
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor_utils.h,sha256=pwbcCaYiBFPEWfx9m9hWnfgdCboIpv4VaqOf2seiF94,30066
188
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/quantization_util.h,sha256=CtvsfhzkPRPZ-dOPQ3mq7Mb4-rCpWzAFoKWmF6MUgSE,13487
189
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/runtime_shape.h,sha256=KdYkaogFd6h35YCi0yXhuxCqZ0CVrjnMjnBhQh7GBRY,6062
190
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/strided_slice_logic.h,sha256=PSu9NOgYzaQf0hERywzdAbtJzJvKPeE19bW1tgub_6Q,9002
191
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/tensor_ctypes.h,sha256=-pEhMOyxDijqeTFaJsSr3wUcOu_9T-Xc43KGEtLBcnk,1526
192
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/types.h,sha256=TvgihqeWXphaPQpEeZ3hJMF7Colt1yY2gmc0lP-cufc,36836
183
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/cppmath.h,sha256=5wWL9VJGANwRl0qYOfu22Ehk9iVU4GCv5E1S5jYP370,1443
184
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/max.h,sha256=EcaxPG6sWr_baDY6FZMMyqIwy9HVhlP1tLr_79jPYkI,1140
185
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/min.h,sha256=HmIHvVsmxDjViXHdmXhIMN92M2LkOyrSU8_7ZaogsWU,1140
186
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor.h,sha256=Ul0xcKj3yf_XU3w--HNAqknynX4fXVYuLWeXCFD9HLU,4939
187
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor_utils.h,sha256=8Kw6ZJB-uL0KQqU4XUx2mORfci_kokK1yKkTxVRbWZQ,30078
188
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/quantization_util.h,sha256=Fan2XMtVyYpn-1ZWDLVpk1nUb9nfQoFccerjCAolPr8,13499
189
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/runtime_shape.h,sha256=fZMK19y1SZSXSA4aVOwfkPf1dB1AQqLB635bvOxkEws,6074
190
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/strided_slice_logic.h,sha256=fMXNSGDJSOCpaIqs3A75M1klE3vvBe3ej3S8Vp3cbxA,9056
191
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/tensor_ctypes.h,sha256=FkrU4658CKIikDEbgWAPzAE84bgocSUfaVvuEfiE7hc,1538
192
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/types.h,sha256=YzznGCs8s53aU_GVrBirc0V73UFCo1JIMb_aJo0Lk2Y,36848
193
193
  xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/optimized/neon_check.h,sha256=sJOpiGhIXsdtkEfXOi7mY4LZ5i_-lgbaHd_GUZaYCMM,926
194
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add.h,sha256=nn10fJzNfVVFjoDDykM1HG6uxxPCPCSUhCLvk58woSg,25356
195
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add_n.h,sha256=Fv3o8DFYCsNT9mPxs5d7HiXoY3ddKUhNb3_FxUaqBCg,3508
196
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/arg_min_max.h,sha256=NmfZiMGrijRwF0fbCsXaw4fV5EXffyCR3_wCEf0QG_A,3171
197
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_matmul.h,sha256=9r02qQwygQGxutNgdMpAyowfLj3cnf6Y7X7B7KL7m-w,12029
198
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h,sha256=b7GZxrDKr_Bae2Wxx-5AbkK5pSta-yBL705YHJIZQLA,4099
199
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/binary_function.h,sha256=daBF-LHf-z6VUk-bzT-Qyut1C7ADH1WtdKhsc42VSUw,3778
200
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_args.h,sha256=4TRq-s3UF833FOpnRxCpLG53243An81vbvI2Kslr1zw,2227
201
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_to.h,sha256=YMjSwuUWo3249rqRI-HqvM0-4iV49urJBCdqjB64dXk,3869
202
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/ceil.h,sha256=ueUADI2YHfngVWFo39a_5N3Um7lPV-KxVQx9CJ_qyJw,1333
203
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/comparisons.h,sha256=EAA98WZCYEsilxPEdn16fSz1zgOZjts8Mk-4KyV-7T4,13157
204
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/concatenation.h,sha256=c1jbLPvD06cnK6ZA1-zdEGgxFXWLHE7ibzTMse2iprw,5523
205
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/conv.h,sha256=5vQczSYu0Q0AGli-shJShMizLNEDhdNonGOXeDaYF08,13819
206
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/cumsum.h,sha256=vyatJp-MLOlDnuC2fKjv2nvuRCpNgCYd6V-U6JmE5U8,5917
207
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depth_to_space.h,sha256=reymHO1rSB0wmXVrWhRhPPKEwG3SxqaM9grnHndfSe0,3148
208
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h,sha256=aIPLBVIWnAS_KSrheba2DytBAZdmUl0ziU6oQ545WfY,4625
209
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h,sha256=s0CHqskRUOg-pyEEkQRHI7bmfoHbv73rfox9Ld3nT6Y,15652
210
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/dequantize.h,sha256=U72l1Rntml_M9vDokn_aoSEsXswl6O4T6YqzrFYnj2A,3015
211
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/div.h,sha256=ZtmvIxp4PEnFJQTx4Iwnuq7UTt4QCmNqrrY-JW1-PdQ,10942
212
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/elu.h,sha256=s-WNNa9rwlbANnfimQ9Qp3DEg_sK3O62DV5KfNUPp0A,1412
213
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/exp.h,sha256=8WezZqD6Hu38uKIe4naosrmX5d6lIqmIFmab_gpvsHc,1345
214
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fill.h,sha256=VDPSQOBvrf80j_Jfvl571GPzmark0n35RFgH4kq_LE8,1353
215
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor.h,sha256=hsGIRJsRYrB7RQf2pHSwo4ZtQ4_zAwvziuwUObiCYVc,1370
216
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_div.h,sha256=Nt-tqceno2NWVstIPYE05z8RB80Hb3GdTYp02Q3_TxU,1262
217
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_mod.h,sha256=sprx58TcZBg44e4lMeW8QXEMg5VJf_tiYrnTUEJuccA,1529
218
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fully_connected.h,sha256=n6oeW88olwRNBL3l8myruvmRTRMDU3Pip4Sv3aSrBiY,14893
219
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/hard_swish.h,sha256=KqqqYSFb9h8o-yT44mVK17tPbRLkOBzsOLpENb4TYWE,8285
220
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/l2normalization.h,sha256=89MoCFE7AihiMePJDSyf2uuPCDNMiR6xWakIda0bIug,3755
221
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/leaky_relu.h,sha256=cyYsqmEfzoE8Th0hFmWA7IEmH6-8vFObo1AHOB41Xog,2911
222
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/log_softmax.h,sha256=3KHc68SS9Kgippn4v_ueRoyGFml1NGzV6XDSJmanzp8,10876
223
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/logistic.h,sha256=82z7Mbw_8TpqZQLU6j9qmxhuBrOLSjBbjy-vqEPBVWo,5355
224
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/lstm_cell.h,sha256=HjNVgMFWWGO3_xylHhpvgNtWzsJ8x0V4I30-6PIXGJc,22771
225
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/maximum_minimum.h,sha256=uwakdAH2cox3b0zC-00qci3z8SPhkUHQAybEJXu_PcU,2742
226
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/mul.h,sha256=Umtjk2h1ndXqtVlPdUCPptA6wHI2MZzRsnylTxw8Dj8,12262
227
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/neg.h,sha256=_QQKWgKM-JkCww7VPhcNwAtgwH6ilRWzJPnERpiSeYk,1321
228
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pad.h,sha256=uj8PRN93OT5Fm9K954uq7voK8Dtsvv-mfgnYdh2eJgY,6998
229
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pooling.h,sha256=YVZZp6mzWEb6vOrYKXspeaKWhgx-eNCZWuFQeCyArTM,14294
230
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h,sha256=kPf8Qykq0cWqusRjk3lehaXMPmyihzkxRg_cyvsdTbs,15396
231
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h,sha256=o1NS47ZKb_TvMBXjOVa6Ij34LxePLXI7dgJLKWwkOqM,11340
232
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/prelu.h,sha256=3nE7JzD34je_zJqqSj6mcsY6zdGiDMf4mVkYusQtsU0,4656
233
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h,sha256=cW2MPk130j-6UeAlK2D2q-kqfI1v4V7Fnyv8ZoOThdY,5409
234
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/quantize.h,sha256=0N9TXNmNerRIoyHZ3SV0unBTE7U1_WZwSCmoEG5ncwQ,3721
235
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/reduce.h,sha256=FRY6B95EjFMOMXpjk16YfyVAMyahPn2E1nyVzaWPKSc,19717
236
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/requantize.h,sha256=nwlRpu-OIl_G3h4AsM25gaZZk2J6QJEv99QGDoTSsw4,2958
237
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_bilinear.h,sha256=aYP2zgvbWdPVHMTddnHzEvQhn6IOqD_LFPBZuP1Czrw,10436
238
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h,sha256=CN2OIpEvwQ7tKDnnnD82RHMvPMVl5JVK9pmVv68r604,4231
239
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/round.h,sha256=focWZls1pOblLY70-CMPrBmi9qEMwoLd6h4xc0xX3Xg,1862
240
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/select.h,sha256=-Whr6r1_Om8KbYImgzzKUbFPRvYeB2A6jrGrTM-cG-E,6643
241
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/slice.h,sha256=Tm53JgDqi9CmXtRFDKlGrimdT2kk7M-4PI81kX1at7c,3057
242
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/softmax.h,sha256=a0cP45V5cfDxTBN8LEUyY9FG31DyxqZVjiYjOsT3aAo,10215
243
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h,sha256=4RZYNbKsCZZItIwqb0LjlrEwG_hViyQuw5BFbCHVfeY,4715
244
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_depth.h,sha256=2n0iFW8H34EyORDOZxrvbjaNOO0QZiiuiJIPjTBDfJk,3147
245
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/strided_slice.h,sha256=Hp0Qss20mYivXcFZAn0bUDLneMugzPKBXuQT3Ewx8C8,6424
246
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/sub.h,sha256=NMqz14EsbW9eiYZVxrZih9mmaAmYeF0aQ3QtJlMfDM8,20402
247
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/tanh.h,sha256=cBoPKQ3Pq4RrgNUcGaTpYkfxGZPo-E5SCK3GqBMW6bM,5133
248
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose.h,sha256=fO8fv4sBOtQkOzugr-vlS0WT4qSkHuuiSkx6bgN11Dc,6787
249
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose_conv.h,sha256=z_KTqStq1vrWtBo7865edVXyPHzIcTYZdt1dhKYJEZU,10485
250
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/add.h,sha256=KuYfq1_bh0Jx59PSvwPXwRxZAycKfkq_E7RNluEujdg,11813
251
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h,sha256=Nw-AAguapE5huzoKDQgcA1Qy-ZqvHLZsbD0HJwCkvsg,11220
252
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h,sha256=mNDhH_R7sy40hfP4kb53z3M_akfVK2_CNtQ3_FgaBpw,14600
253
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h,sha256=HSaRI7LiIUWvpw_iKU0A_I6vAo9YEWyIizPH-dQJLhU,5842
254
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h,sha256=NP_AAM1fYazOQkU1LVVA2h9zp3aAAqySvWuCRlt2-Bc,2951
255
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h,sha256=4w2swY4KXfqIC_XcJYGRbfB_GHNcXJ92a36tXOBDQ2U,4640
194
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add.h,sha256=JWJIcKUv_X8-0YluqX-2FDIDd70LLXvU9M4sGB6myHc,25374
195
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add_n.h,sha256=AyFGnasYnzsau47OT8JlyGRMbyfn2DQHYCj9U1ZE8fY,3520
196
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/arg_min_max.h,sha256=W7t2EWYS57c_7oXlfgJjRHFoNV4BkJ2ZAlCWospOb_8,3183
197
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_matmul.h,sha256=GvNnA07Zbi_tOOA9m1u5hz6yDD_71Fb1esBUI0uA0tA,12041
198
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h,sha256=2z78ivg4arm57dmti99DGwn5Nfd5hTlnjOcoBsTd5ZQ,4111
199
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/binary_function.h,sha256=TU-7-p3-xMlRngZasfAUD5Ijaug6VZDp-Zp0xzR1J98,3790
200
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_args.h,sha256=3dzAuggQTrJzM4Q3dDzEM0peEz82EZc68tMzUv3_I5s,2239
201
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_to.h,sha256=KVFCVf75c__4QsZisUrm4Mc3fiDDxAes1YuZZ2Gokmo,3881
202
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/ceil.h,sha256=giJnL2LtRIAT-9377B_4v8CIy3W33F5CfFN_afTRI74,1345
203
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/comparisons.h,sha256=2O_D_ohfcOqg_juUExjlALU1aSrBpDCdnByOQhqmk9k,13169
204
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/concatenation.h,sha256=nhAn_iZVV7WoRU5FJDomJAmjGszfZb2VJ6iHAUUeCwQ,5541
205
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/conv.h,sha256=-R2xFBjC19iY9SlBzdfyfsUvWDB6AjO7PuZ5kTPU1Vk,13831
206
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/cumsum.h,sha256=EqLUdSJJLKBX95_9vOWP6zBJ4dtCbYqUI0N2CS_y0xo,5929
207
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depth_to_space.h,sha256=Llk3HSuMAZIrdf7Wuf4UC4jmzHrl5ATE0MBO3XJTko4,3166
208
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h,sha256=BbcDpbrrEQzs_kaulkYgfMY6XJQaLbr6dNIXIdZ26g4,4631
209
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h,sha256=vf-WTw3R18Eko0l4Dbinoa8cyLmI0f4qHOPl2akcNRk,15658
210
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/dequantize.h,sha256=PQc_ATFx5tKX-ly3G-UAF0OP_FZi-rYTvxC1pTzlNOw,3039
211
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/div.h,sha256=3Gb2wOmD-i1tppZB_zNaZQhwKeTkUGhT-sbLFtDV9Ek,10954
212
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/elu.h,sha256=nsTANTWYUkssXLdr98D_Sh-wW2su4kVOxWznwICP7ag,1424
213
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/exp.h,sha256=cr5zKtacZWhY73GhJOmLRU0uCaW1V6a_6dCGSBWc85I,1357
214
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fill.h,sha256=kS4aKdIzd_P3FEcviQnLyGJzI2F1B_5RI61plBLZoRc,1365
215
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor.h,sha256=OsS7ELBY0jzopAI58A4G77TdBN_zHCJe0E9TW8vyJlQ,1382
216
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_div.h,sha256=SwA0cPMVDNu5p4pm5t9Y3PNhq7shaWdFiE82rV-3BCw,1274
217
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_mod.h,sha256=OKm4ziXuCRNoXGqcu_PF532Ohyeq4Pu_CdllroMpS10,1541
218
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fully_connected.h,sha256=WExyO_VP7TxEjRCabUYolw6mx-Rm8aye-b_whlr304Y,14905
219
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/hard_swish.h,sha256=eMcoLFswUpU1Wq3KQF_SHnRfY0797Oc4Y_CIaxv0yEw,8297
220
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/l2normalization.h,sha256=HGCQWDjNuTlxBWpjtrlX_aOIsJqilTLRdM95fI3FDTs,3779
221
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/leaky_relu.h,sha256=wmN_wKYdc_uRgwMndNlk0Ub_sxirPZLvXGCft1NYCxU,2929
222
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/log_softmax.h,sha256=HFkZGy7wqoiDWrQuZUS28WyFCsry3aRasVvo3quY6w4,10888
223
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/logistic.h,sha256=XOA4X58ngnxnHIwtX89ZH2dDr_WVH6S4qX76cgWNpBo,5367
224
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/lstm_cell.h,sha256=hgZCI-EkoxSZQdhMKsHWYY-8Ka79nUB40aRUEa73Ha4,22801
225
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/maximum_minimum.h,sha256=xI3QDtQbzQ6qJPy_v__H_zEBYJBLjRld-GmTmXyiAKk,2754
226
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/mul.h,sha256=2h8CbqcieTJUR4sE1KPNQNMPxZqDaRNyuKrV7an6ETM,12274
227
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/neg.h,sha256=7FoL8Q2ttTouEcDNG7pZdrtSyR2LqcUrIkWbr8J25Zc,1333
228
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pad.h,sha256=6G6fQ4o4RivnahqDIjgg8oZABzBqfK3D0MvXdmtcOdM,7046
229
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pooling.h,sha256=-TK_2J1DlAsgXGehPMJs_6WPEAdwMXPRhwQAu8X8EkA,14306
230
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h,sha256=BfamoHSOlk5TrgTgUYLzK4t0NVB2rhaVf0XtaWl-C3g,15408
231
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h,sha256=XUFgJEAKLmtlEokptUaP0HWZDEnjLhMHONM_22BmRgk,11352
232
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/prelu.h,sha256=nc45R7D0_VDht9fnaR9CUmqYdD6R5ueMqwmrcNKKSgM,4668
233
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h,sha256=nD-OsfkSeYlTx8GpsFMp74n6X-mjk4QvexkjEOQdr20,5427
234
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/quantize.h,sha256=0_NDLBi-s7glJF5xmvOYuYUNJ7nBycDlMyeW9dAJerE,3745
235
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/reduce.h,sha256=cD6KOhzG-2Xf1bBE6XkHxmMU-IcdlEVQ-TKYjWLwrOI,19735
236
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/requantize.h,sha256=KAzNjsM5KqDBWEEh9Jf5tQRmMcGBTcbckpfJ3Qa5R50,2970
237
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_bilinear.h,sha256=6PP0ym7btxcyuQxcGvpNcQS3rxRqFUrVa0sGbSBS8pY,10460
238
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h,sha256=sOWvJbZKauuQQyjRD1uKSYGQRQ2FL7fqDsPxjCrsNCY,4249
239
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/round.h,sha256=k0XXEZefc-vE_ER8GetoJtLHgLs6QFThgdAlELWLpwk,1874
240
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/select.h,sha256=mtfvc8dZtOjlQi6mZI2FceFvkUB1_zmf8RQ3QI1LI8c,6655
241
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/slice.h,sha256=DRymOK73QWiQgrux1mun1QpdztDiHgEiSLb298MnX6I,3087
242
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/softmax.h,sha256=RcSKYoiUUWsunthqTk5hb0ZMmdfXRR-Cg7NNRGUMDjY,10227
243
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h,sha256=9t2kagArkNWSPd8pIgLnK6UoN1XKZiTRKdGMP0gy02U,4727
244
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_depth.h,sha256=f9EXSHOGEmVN3a6orTR-vSkH2zky8Trtg8h7VhCA2rI,3165
245
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/strided_slice.h,sha256=4vU-AMhzjeIDfM-qTwr6POkIkTloqYcVIfH_1I2gnlM,6460
246
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/sub.h,sha256=RAFOX2IrnbmFaER0QXYu8pKX5ghoIbinT-5fYNzXzYc,20414
247
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/tanh.h,sha256=0RcCpOszUKoYWaZhHGW_riHpuze2YIU4xJLaG7VlZgM,5145
248
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose.h,sha256=FLuG88PMiCp7vcgg7I2F5bT2T4BBOlnHi61jpu19eeQ,6799
249
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose_conv.h,sha256=LtMjGPa3CCsZ5eRrFh4fRqNNQOpN5Bkb20yw8YiprTI,10497
250
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/add.h,sha256=bNL6NQehYimw9TAcjGTOxgYOfjyq2fprTxr10ID4MK0,11825
251
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h,sha256=gfcWGEPrIT_oShB8F_I94CLxVpAI2SzEfKohp97MH08,11232
252
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h,sha256=zaeej_RvjC9EpZeYZevOfmg5ozR8WW9DqQX6goztOxA,14612
253
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h,sha256=sPuw6PcoR4FOqxh6WCIq-dfLhIA49YymqrQ2562VUUk,5854
254
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h,sha256=mx7s65hx4hML3CpZuF_dQYIubSht0Oz2MlVUe_oT8Ws,2963
255
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h,sha256=175PjozhWC6Ef-z0yyubC3Cog86n2lWxU7CTHjFxCGs,4652
256
256
  xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/mean.h,sha256=b_CMYIDqThX3MqNw7egRAXAvTNe2KBWQyjilfPtkooI,882
257
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h,sha256=60fpN1OD55sst5yjM8uGooVrZEQEK2rZGvp_6qLKZg8,8855
258
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h,sha256=SwlyTj1ij_pXnv64hiSnli_9iV19jOFqTh9l8YrHS8o,12437
259
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h,sha256=Ls06VkvNxdHirRSNSpdxF9dcxeJ_oTGhgveowi1RBIA,4310
260
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h,sha256=WxPlk-MZqW6xoEqr0zgSyBP3du9mci73DSrITM2aJkM,10525
257
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h,sha256=6CtP-tjlUTPi6HbtPKKDQCHnAVZxDVNXBz450VkBA9o,8867
258
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h,sha256=3V73rx-NGBA_0420s7jrObCSOVuKCacbneV6Ix3IZuI,12449
259
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h,sha256=OwGsdj2KyGMRncaMWrfip8wia6HQRTCPppTWoWHLz6Q,4322
260
+ xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h,sha256=hzm1ppW2Dn75KoqMu_oF60uYZlTMqcbjZsZx09sbLzc,10537
261
261
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/compatibility.h,sha256=LJL0L26-MH62TWdjzPf7MCdFZHT1i8nRNQOMJoiPt3k,1430
262
262
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/debug_log.h,sha256=hhuRAKBPokLGFGRBS_-ta9EQqB5T0MqIH8sNR0H_Yyg,1344
263
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/fake_micro_context.h,sha256=w9e1idQBZQq20e99RmfXKLbPHCeWFjIMLR9dDFhI5Og,2520
264
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/flatbuffer_utils.h,sha256=GPYkp6CD1E4LEdQeLQjwLKWvRYzxdZF8RIdAmqV3QXU,3018
265
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_helpers.h,sha256=oKQX_FVRc_GhNZRzChsupMTg9FQ0dQxbBRftTeQmCzU,2598
266
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocation_info.h,sha256=E58XW-n1WcJCh5hAh0zRlKtRNi9vvksO3HbBU1ZrXAE,6042
267
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocator.h,sha256=rRoE6XxM6b58h8i6i6hpWmgZWL4uYG-7fEi4pv8ELJA,16480
268
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_arena_constants.h,sha256=U81GjLJ-4mWsG-ijxO-Pi8eRzH5GIBysK5Jo1Fui5TA,1095
263
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/fake_micro_context.h,sha256=MAIviFTupHJnr7jJLpSR2cnAAyhO254NRQihfSJJVWk,2532
264
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/flatbuffer_utils.h,sha256=GFT9BHACUad6bijuZIhiJEmhzSX2xDEsRnA6MA4EV-U,3030
265
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_helpers.h,sha256=GP9RkhPCh8rbyeEz0McuS7NRFlk5bJTyeXavFtN5vzY,2616
266
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocation_info.h,sha256=E6VJPj14Rw4I7iWmqd2qkbXERusUpT7h7lOjib7Xdk8,6060
267
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocator.h,sha256=XUz1dGyhWGAGy-k6dRLPa91KTAeeiyq8rQWWaaiQdjE,16498
268
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_arena_constants.h,sha256=8OKRKX8d8C7kPpdL90_l2JTblgG4rNwSkN8X25f22f4,1107
269
269
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_common.h,sha256=mRrvTMIu26zV_0SiteJJre2C1364NrEM7bg29ntNI-0,1701
270
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_context.h,sha256=_VdxppjnUEhghr1s7Y4cafYAauRpSHNe5wNkS4biLwA,7708
271
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_graph.h,sha256=b2qoaUeEYg5tdU6GuPypoFSBDdsr_FgY8olsCsJiYDk,2711
272
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter.h,sha256=VlmFrjASd7VUj9hfKHQNswfgEtRCPEU87CrBiihYpW8,7745
273
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_context.h,sha256=iKdSvBcg1L1JZUQk1israfOcD4OcrRlCfqjpm-O5MU4,5287
274
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_graph.h,sha256=Vk_1hXXkJ0vp87uEd2-UqkI-x6TsBRC7-MttivH4J3w,4437
275
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_log.h,sha256=A8lMUQD1ox5MgPjWZ5sBmG23eL3VWGT6BnKlr8VFEWw,1575
276
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_mutable_op_resolver.h,sha256=yvWxbNYJ7E3Regs3fvblFXsC6QFeKeyjwkFx4GTtUVI,23270
277
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_op_resolver.h,sha256=-bgdplmeX75wo04ymTOTKcr74QOWO2ZDyeBCXrqUeXs,2662
278
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler.h,sha256=0eJP8VRYKGk5K0DEpZ2C3D76RNOC-tvJC03uLHaCQPE,4962
279
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler_interface.h,sha256=Q7t3b2p1CuqVNm2Ke2hE3YX28dK2uomxotQepikNH0M,1359
280
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_resource_variable.h,sha256=sYHtnF1v4e3Sgzng4rfMUEY2ziEO5zeWHkgPnXiEJF0,3378
281
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_time.h,sha256=c960P2KXCuv_Ar0htvnTVl8lGB39sSjFRoMKIASIK9k,1340
282
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_utils.h,sha256=paA_GftLY3XwtcNozc9hRhaH3F0tCCx1UzWLUVbtKSQ,5821
283
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/mock_micro_graph.h,sha256=_cmimCSCrnL3o7RxgOX_wP0NzUhuDwNpTKksYjfEXX0,2350
284
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_allocator.h,sha256=V4xIzHgL5K8MoCwiDlMRvNYMcIFWdBjC7YvveX64Az8,5523
285
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_interpreter.h,sha256=kfn9xO6o8JExrYdVysP0dNAtl8Hi3it7kbtgXwYO0l8,3059
286
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/system_setup.h,sha256=CmoOxXBK7jQ3_Lwh0j1gjTfLO40kq7Ui3LzviGntAYg,1107
287
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helper_custom_ops.h,sha256=CZDZJm8GCqaiVWgX8X7ZQLliGxMabOY_k5bd7sFE2h8,1804
288
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helpers.h,sha256=8QHzcLEZ7SL24LQY0rkuWLEaaLwBRMVTJa-kzvPqpxY,14255
289
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h,sha256=aju6H1Vc1aM-vjYBj7Q-hK_xZ223u4mD3UxMWV2uaV0,4424
290
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h,sha256=PFU6sfklol3UVl29IGG-jqdMc4Y2zy3AGdLVluRFM3U,4377
291
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h,sha256=PLr32FMnFqWZaLplr27T_aLVblwSeFOYGjoe5d24M5U,2311
292
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h,sha256=N7xlo22fjthBfuzKF8tz5G4OGqlnSAnxpYV_1xg00hg,2508
293
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h,sha256=GWQr8p2h-OSA4HCPOPz2X0o2nQROei9N81sVvxgq_YM,6383
294
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/benchmarks/micro_benchmark.h,sha256=SaJ_T8EOT7lGH1oET--21N-Vlf9yI2hmJKkcUxazx7Y,3617
270
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_context.h,sha256=E6iu0bWrX4Fu8uPC3FRMBv3ZmmZuxpBsMfZCpJc356Q,7726
271
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_graph.h,sha256=_jq_oUm17pVEHgqRXLy42uhcSCU0b889d7UswamRRhY,2735
272
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter.h,sha256=KdRCx2dXdTkbrC20Pb23XBQnl39WQ6zFlbM4u_V_HXY,7757
273
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_context.h,sha256=qRK1i_RgnIIkDaAgQhvs0-CWB43R-2dFWeEkINIwrn8,5299
274
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_graph.h,sha256=nXF3201bdM7U2zpr1nOvfo49czo2TIedCXbwO-5EFLs,4461
275
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_log.h,sha256=ptE3LMzz4X3_k4XHwSlvKKTZX0xFZBc_PCMoW9Q3pgc,1599
276
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_mutable_op_resolver.h,sha256=GYYXPuHTXdnnIxZKn7ASKSoKfe21I5CZIga8AynEEJ4,23570
277
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_op_resolver.h,sha256=95JRC8YXtApSVyjWJ6sn12iYeeIZ1LlFcRhmDWTOwck,2674
278
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler.h,sha256=0yRdQtDkEQ3Hrxtl63SFFUkyq-fPy5zavFbFM--r_jA,4974
279
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler_interface.h,sha256=ZuwyfN5ARbT8j8BYsy1H6kA02u4ZikNLfwI0SJawIsQ,1371
280
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_resource_variable.h,sha256=_2tFEdbPgdpy-rcRChuFNtKp5hu783gTRznnj9tRSbY,3390
281
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_time.h,sha256=b4n6VEMsGYUO2NDjokoYODB9NtIB10hNRawO2Zzhpd4,1352
282
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_utils.h,sha256=TkYRkH65VKuMMnCCZkJM5EmkJmwU_4-TI19VQsUuM-E,5833
283
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/mock_micro_graph.h,sha256=cBW3pHLdsYckunScsVCj3PfRDJNROU2TTih-heq1bk0,2362
284
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_allocator.h,sha256=ucmcpJeVJIFDjiMrY9LHZ-6p5gv0-YCcsbeKnb_MEEQ,5535
285
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_interpreter.h,sha256=0XILLJtFqlFwAGusQAfgzSVHviAEGf8bdtLL325tuYI,3071
286
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/system_setup.h,sha256=OQ4y8-PdL217zDvrE5MWiYXHtpinougy_jrrkwAdozg,1119
287
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helper_custom_ops.h,sha256=qF2PLPz4FuXvenqgBEbDCseva9uvHuQLXACGe_r2NgY,1816
288
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helpers.h,sha256=b_Myn52RFxZnAdDCfw4OAYpev6W5VpDLRiAvewMct2o,14291
289
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h,sha256=WUIoE6eRImNEd94OPJiPpnxSe4LnMfooey-G39CapDA,4436
290
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h,sha256=81gaEMBd9o-kx7ba8vO0RUDwQGM3TV0ANKPp_7NVQ64,4389
291
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h,sha256=pFTfRTTGL3FM4KGtkhWDjEYIElspDVnfi6bcc58ZwBg,2323
292
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h,sha256=UAkAAz3CCN21xIrGig7QtWEj3nwNnM6SU4wiVpv4y7k,2520
293
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h,sha256=8IUUmQM6aB-iGVS1ehBUPpeCnx3C6UbB5mX55yUwAs8,6395
294
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/benchmarks/micro_benchmark.h,sha256=yRRk9BYL6fo_P6UKgcjpRlnQ80U6Qgo-7dRY4HeQPKs,3659
295
295
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/cortex_m_generic/debug_log_callback.h,sha256=boLsZXVPlbCm-7h6DTrdo-gfDk50ZUcCJGMWrOahNx8,1674
296
296
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/micro_speech/micro_model_settings.h,sha256=bnRqWfN4CkXHEq19nl1T-dq6NnTmi9-QdPxqRuJRhU8,1510
297
297
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/network_tester/expected_output_data.h,sha256=w29btmqFxs6TpIwy-r7E3iIgeiduzvDwHs88RbH5Xqw,2668
@@ -301,95 +301,95 @@ xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/person_detection/de
301
301
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/person_detection/image_provider.h,sha256=ZPdG0FkDFcWo7_FultrbIUAmZgCQG78w-s_3WLjiXRQ,2036
302
302
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/person_detection/main_functions.h,sha256=2Nk1orPJIyPMy_DcFjkQqSmEWGDqX23s5TCclgQPlRs,1348
303
303
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/examples/person_detection/model_settings.h,sha256=Q542MHVO5E60EVo-II6m7v3n2m6UHiG1FndKOJKhD80,1477
304
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activation_utils.h,sha256=kJgOp1ywKAD-VH8DXTG1IvkfnAXK2hDR5cm2bk3WiPo,1954
305
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activations.h,sha256=l_OVl4LmbbuWWt3pQkfu4q6nWRYqpKkfO3q-lDAbNOA,2213
306
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/add.h,sha256=28d46_TNcSGiwiDIT1pXyVEQ81BZ6MzTuqkctRTxlg8,2483
307
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer.h,sha256=oBtGo7kSffgSHVqxU1fADpsTfSt_NjLsYXRFGnbDSWo,1722
304
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activation_utils.h,sha256=52ogkH5rTd6fhcLfCwm05xqOe-oL_z1eqvfkpSy9bmg,1966
305
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activations.h,sha256=iqM-31FgQpYhVCCOJ10kGy6lgYB23EkdKq0ggd9pJyg,2225
306
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/add.h,sha256=7nUJTHJPIsVVba62UobMH2oLCVy0mXSffTE_Da4LcSU,2495
307
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer.h,sha256=h0HFLP97O2BJjgRxeQ_CCP6cp6g1Srjt8EcVennr0uc,1734
308
308
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer_flexbuffers_generated_data.h,sha256=9dP9pAtIN-GMB7Y4FI-UJ8LDy7akIxKpGxI6YkeUecg,934
309
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv.h,sha256=cho1h6KWskiP1u_I-QVp-i6C-xbcSGx8w_nGI-dD9SM,4335
310
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv_test.h,sha256=2XSFEaRKjDUuI34clJHDClSV2VXT5sSwKGUIJn4nf2w,4821
311
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/depthwise_conv.h,sha256=GfUaYrNJmvBHfhKchqQZv1_9jz0nL-GpulX3tH-tHGI,3039
312
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/dequantize.h,sha256=DArYFxionmmoC2ipzMQ1MZ8D-a8hgskHz8I7rAblj1U,1391
309
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv.h,sha256=L0oZczo6JkLzSJqMCzykeaxyGGNOjHY5M14OQBlLFM8,4347
310
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv_test.h,sha256=x4qn0Wv0lPg204J8xYnMVeog2tZ2Q33kdb2Pt_ScLPo,4833
311
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/depthwise_conv.h,sha256=nX6AHC5dg4wWzZrFpYY7iAZkKyVApuuNtZ8TSXAo_Yg,3051
312
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/dequantize.h,sha256=4ydf9hIxP_5ycT5cCHKNkH-yDE7aRiKnXlOIbo7TWRo,1409
313
313
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/detection_postprocess_flexbuffers_generated_data.h,sha256=0bZr4IiPyRMCelmIWgXaa8eC4wEOC5QPfj_1t6A-2YM,1022
314
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ethosu.h,sha256=kKmuSaUSOrNXK9nDp7WbVbvwCUxRdocB8g7zKJ4Xvbo,971
315
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/fully_connected.h,sha256=ozRwmRZEwtbvTdGfc2nzJKRjNEWdD6PI0KZMrbxP75Q,4289
316
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/hard_swish.h,sha256=ZV1G3iYHEqqWqqs88Dy-1QNjh2SKXRYFvD7kDfKteZE,1115
317
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_runner.h,sha256=dOL_QEzRB5S-lW61l-WiazdnmoVUHgMqA9UDrukacw4,3668
318
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_util.h,sha256=J3cyntM9YjB3cie6mVDDv1JbyqGG3VNh69Am0YBi1xQ,6838
319
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/leaky_relu.h,sha256=PhG8n9L0fcYhKfUhBlq0jAcO1L-R3mP8I4cPZMQRFXM,1414
320
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logical.h,sha256=YiNhtoAArEmxbRKmaw1eu1UwLMqvJQvSK6ETxApFhqE,1283
321
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logistic.h,sha256=D2qNV_3UhhcR_VdKBGMSWdYkRCxbqPLSNQW_c02Cink,1470
322
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval.h,sha256=A0ik0zN9YrGh7onW3_mOerzGnM1D5mlXlaL3ST5cNtw,23757
323
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval_test.h,sha256=S4E_MHiRtlZdsGo54rdE3nZE5HVzs9BlRp3LBZXYK3E,38451
324
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_shared.h,sha256=NOCbp-PlHyhWGVG9D9UM-68WIsMMt6f6Mx2VmaRHFMI,5638
325
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_ops.h,sha256=0E1IFTlsqoFJp6jGVvBtmYs0J8jJxDN_e8s8ii9euoo,6332
326
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_tensor_utils.h,sha256=O41ncA-MC2lN8oVIPocBnPBlMh9WzCVMA9FkO0Ld2Bw,2221
327
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/mul.h,sha256=9hO39f7n7fy5p70OYSvud6SCru4fI0vNm6kPGKLm0e0,2583
328
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pad.h,sha256=1OeJOpzFSxl5wKxjS7vZpJml1MySKbLbx78dKZrncFk,960
329
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pooling.h,sha256=XumH5X7rDm02LKwL7bt3UjbvdEJbj5853GoiZ9l7e1o,5768
330
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/prelu.h,sha256=XQE1C9Y_A_QzsYKcUK36CcytEW_6o2rgOgJRKFwDSv0,1616
331
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/quantize.h,sha256=v2N1duWKV59IKPQlVvDUJqFSA7u3IqqOlJd7TKSERmI,1448
332
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reduce.h,sha256=YLPKqqTtuQn68yfRTPwXAobHFyAKhHPhGHGTKzqKwZI,2182
333
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reshape.h,sha256=nA-wYO083uQvC_Vz7B8iPI3aA8P-ohqobUFguqTfG8s,960
334
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/softmax.h,sha256=wA3Fs-45akIDQscrX4estxabCUM5PAY8RRlB5jGRdhA,2641
335
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/strided_slice.h,sha256=TJBqdRu4IgHa1lHip7TcEkrf0uW6JziUlAipXcK_8N0,1443
336
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/sub.h,sha256=EeBp-7p5UtXDn-JseeBnyRepTgoq1FjDi1l6fpOK1Ok,1970
337
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/svdf.h,sha256=MKopmcQ4f2QHWC2s-gdvXjm-U_OX-p-eDWK2ePqfkfI,4169
338
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.h,sha256=uWwJ3ffQ3jZLjpU1mfq0B8g73Y88uOKKDALkIlN1xFQ,1809
339
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_function_specializations.h,sha256=G01bu22vdm91yyrQ1H2NkKkDUVj3ZqKmFc6p31EGTJE,4804
340
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_interface.h,sha256=TsffdtyHBqNRwOo39RDArreQQrUI2TBEOvD96QH76NI,2460
341
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_slicers.h,sha256=JJ_aaCLNjb3O9SzWjd8qObfbd6pGWLWZdU3nGO-zO14,1666
342
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_tf_utils.h,sha256=WOKvPHBpL3hmIhV9OliKX-W0sfb5-BTJYa2jRg7DI4Y,12465
343
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buf_mgr.h,sha256=z7LnryUBnwGXl3n_-ckOQOVzNDKu8cEbrOlgfhF99FE,5879
344
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buffers.h,sha256=XKFNg1gEBW7cK3bLnuUlHHySrys3fsZ9fpN8JDX8WHQ,2391
314
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ethosu.h,sha256=32F5GMnoPl0fUZ8KRjoKlFm79lsomkiuwVMuqOzyLfE,983
315
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/fully_connected.h,sha256=r4uaWvKxol-a4Kdk2aBLyy6mQmPOv68dh-bBd-Hq-Tw,4301
316
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/hard_swish.h,sha256=m-ikjfoA2Jvu7AVXBR45W3692OEknWRbQlUr6cV0qLw,1127
317
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_runner.h,sha256=hKu_QP7Z38093UrGtxeAM-xMDtTnLakCnz_5Nw7l56M,3680
318
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_util.h,sha256=Jss95os1YoP2rBDpDKW1hFNdVHqd-pMJwJbf1RfrJpA,6850
319
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/leaky_relu.h,sha256=cqYkhUtwS9waQySqErf5XoU3yNPrTxYkfpyx_dDmNTI,1426
320
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logical.h,sha256=f6IcbUp6miB-wpLGwh1u5oDOJPOmNvodPo_rVwKwAeY,1295
321
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logistic.h,sha256=SzVSkF7JSpCswG4p8ncNDC5opfMR2JdG1Vjp39BDgTA,1482
322
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval.h,sha256=oI2MuQ6lhnxc_I2IwDQXGbveqVq5AnumfgBzUDbmUT4,24045
323
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval_test.h,sha256=ln-0UpQ9-lf8Af5R-_-3FbzHefOCxfzKqeIiCwty88A,38793
324
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_shared.h,sha256=1fGHo4Zuq7XTVEyk5dymwjRcaBy7eiYqwfzX4MxfuMU,5650
325
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_ops.h,sha256=9WRfF77CU7IZVRxoVC4kQdyWhJttzw1kMn2FUwgwYn4,6344
326
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_tensor_utils.h,sha256=UePCAIyP2qjDGLWNb1YbQ6dNUf8FqPxKXXgigSkcLq8,2233
327
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/mul.h,sha256=8rZKd3BZ8FPrQ0uKV7F-uO758i-M2cKI4fE3bjykTaM,2595
328
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pad.h,sha256=ysp0XfZg58J2SDYdKoEFd3_vVua6zGSoV-q-fJngOxI,972
329
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pooling.h,sha256=N6uGWmMGVerDdufhjPI4o3HJ0ACxHNWYAky8NqWgCk0,5858
330
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/prelu.h,sha256=L003jGH5lD-VeM4IPZa1bZ2lnMYiIJRnyDT9Zq-1vKM,1628
331
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/quantize.h,sha256=2BqL6nPGCavzj2PGGCR9DgNUGheeu8b3-5Conqt9nW8,1466
332
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reduce.h,sha256=MH63t2ojOFBsw6Uo3Bbx1Yu-pXc-yAmJs4NtvjNQeUc,2194
333
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reshape.h,sha256=JxlQMUdLKhDxeS2GAB_E0ZP_7KHhGeoh_JYRIW5Vb6Y,972
334
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/softmax.h,sha256=d96dbONpa7pj5iY0w9IHGTNY8zUhhAxxvblraE0RpiA,2653
335
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/strided_slice.h,sha256=FFJvoo0-atfDEvsavJ7SdIStyojCLl_32eWqNJx1RR4,1455
336
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/sub.h,sha256=9mLp_WhTouET-W_MFMJq4oG6Pc_7BZsIiLWG4FHbS8g,1982
337
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/svdf.h,sha256=dygRI8jqN5voluF_BjwN1Y1F7dMzM65oP_dLLFZKMlg,4181
338
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.h,sha256=AMYEBaIJXvaTyCdRzb8_CHaa63cCqoYijuCybmyIAmU,1821
339
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_function_specializations.h,sha256=jCxuKc9vkMhGUHtY3e0Z8sLmDawtjW0mwQSvOEnBVBU,4816
340
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_interface.h,sha256=AxxL5RhMZhnKrowXu9HuQR_yRAm0JDOiEZHpazOPJ90,2472
341
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_slicers.h,sha256=fj8F2utUXSHnObnsg0tvvHkQ89wdrARJtEV2Pn2szkg,1678
342
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_tf_utils.h,sha256=sZAZdT_aBrcjO2BSEOm4vc-0NKB4sm1M_Nln5LX8vUY,12489
343
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buf_mgr.h,sha256=uACRIyBMeIBu6dj8LL8visfbeLXPNJ4S0OVvOUIwTfY,5891
344
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buffers.h,sha256=D-62e2rOzMl_OD-v-Wb1UNThGqzJbLcf2v2xSBDuB0Q,2403
345
345
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/ceva_common.h,sha256=aQzGAq24dsYr2CtRb3zFKboanNQOxC5hNcemXfw-8_Q,966
346
346
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/ceva_tflm_lib.h,sha256=rJtNVMy2GXNA5JzFPr-sfT-G70Fu9iw54WbyBG6hmeQ,34486
347
347
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/mcps_macros.h,sha256=oOce9F44vKFY8kQXr97hxw2hzhggZrc_a8_QDl0VNnA,3560
348
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/types.h,sha256=aFXZIUFeDpIbAuu5tfHy9icauNQL6TbZLJ1aYAR3n0Y,41181
349
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/conv_test_data.h,sha256=1qbg1_lhrmwpBygOIynmSrsok7f0faiiQ-IL0BDgaiU,1455
350
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/lstm_test_data.h,sha256=jLXTZGhDAiDHAGGtZaytBwAJQf0pGR4p_mEvDYWVvwU,26792
351
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_eval.h,sha256=Rce3WWyo9N1V5YrVJ-_5iQ26GOvOkHWyg0qZkVW48UQ,10363
352
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_shared.h,sha256=6GFhGnI1QoQjacidjw8nPMSVCP79BILZdQ57ai77ogA,3022
348
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/types.h,sha256=Dd1jsPUj2snHu5wu2SAQ4RLdYqp8yY4vjDGyCWciPCM,41223
349
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/conv_test_data.h,sha256=mjvUsmSQL15jSzxXIZaf1p67S-OEZCVl_IyzP7aWG0U,1467
350
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/lstm_test_data.h,sha256=w29qocIbFNlVspSKd8QWs44uYJGF9fWtTrNG5Fvg_5U,26834
351
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_eval.h,sha256=1um-FZ6maY3eK_h6PaxakMz501UH5X0v1N_1ezVi364,10375
352
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_shared.h,sha256=-gLkgdcuESHhQss3vmP8FsFfJq03II6BkLoM7ZiGT-U,3034
353
353
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa.h,sha256=dX17cuLw95wtgT57Yfogkf_rWTZBxkw1Uew_VFs49dU,1451
354
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_add.h,sha256=Q4cGnL03cXFdc2rwZUFRubqiDujH14QJYa44qXdaHAM,1783
355
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_conv.h,sha256=8C2OxcwZlYXC06zOJlTHm9KFnK9B9btR47MCpAFXMI8,3662
356
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_depthwise_conv.h,sha256=iQ4tHHS28QCxQGXPPIny8q3SUHXX7Xtz_Sbv3FMjC4o,3163
357
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_fully_connected.h,sha256=QGwzBYEe9mmOgXnAnYhU5KVmYFkvNqloHDjbsKNgC3U,3376
358
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pad.h,sha256=otFPUmRKc0InQrxHSD9jWsPyy_0CD5ccyyOzMzZ6lMw,1568
359
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pooling.h,sha256=ZXgNNwz7-Mf13Pb1oa_PkJ9OcNmxjcb1-ld9zoB7bRc,2893
360
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reduce.h,sha256=nilFqMCItsjpb-9tElfh3EBhZJaObjq6w-ivMKHSsnI,1582
361
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reshape.h,sha256=QtGNgz6sMkg4K575lExemWwVK1Vv8_rgPoGpa9ro5TY,1502
362
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_softmax.h,sha256=qI8Qp1pq70-2kwUsF9EHAL06ox0mE8J6dUKcbn9-Kn8,2209
363
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_svdf.h,sha256=mMlxjdjs5268LQ4zEry5-AEOlnT3El7IyLm5qbnavZY,1501
364
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/hifimini/fixedpoint_utils.h,sha256=uMp4_rS84T3eK6MpuRNVxwS5aV7AeJ-4TrgmggG-iWs,5192
365
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h,sha256=VuLp4S3YneJWI1Gr1HPRJXNreEXHRtBB-hwRzVPq0eo,7234
366
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/linear_memory_planner.h,sha256=c2rzBiH8ikSurCEB_oD-naPibPylvV82HeIP3b1qMwk,1919
367
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/memory_plan_struct.h,sha256=w2rsxUuwBE7RkCbO2e3mFa5IHslKoTUnhDDJ-fATek0,2999
368
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/micro_memory_planner.h,sha256=rwKv9jP0TO_-kCyO7fkiJXEHXLmIoC3hhgPLN5KOy0U,3930
369
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h,sha256=6T1jgEqrlF_e7az7fY07RdShSLT3RvNWuM4kNMFAU6I,6533
354
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_add.h,sha256=OrYfGwpnq2RczQUxAMIHHUP9WsCyq-HvmnIVC6Wo5ac,1795
355
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_conv.h,sha256=qoLhRdApqNdV_SNNTpejIvqhFbIcXgvMEEajZB-mclM,3674
356
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_depthwise_conv.h,sha256=vePPlovTjwN8DYDhoVUKvQa_93iz-S-AKR6obxHJIgc,3175
357
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_fully_connected.h,sha256=5lN0uTNL41_cIL0bVnIPPj7DtT4hAtetL4sNoqmCa7U,3388
358
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pad.h,sha256=ZvDuJb0Jpbji2Od9KggSrUJg_9_K9MWoeeKLI8tdp-c,1580
359
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pooling.h,sha256=ffoCPRNV2GQlFcHbNcnBTejk5yXjAyBkxZhQ93rOo7g,2905
360
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reduce.h,sha256=ZXvujd9IeDMbsh7G_oD8SDq5pPNdrDj5VRSyLfgoMsY,1594
361
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reshape.h,sha256=x-qaO5YqX39pBXovfelScfmppEPXuHNAvuRNRH7RhLM,1514
362
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_softmax.h,sha256=YdqdqJWO3Z98A0ZnBoOqEwxKssrxLtdo34n9q7Fb0Bc,2221
363
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_svdf.h,sha256=bjGNE3Om4UmwRt-dTH4hrxefESiH14hx55tME77Ip14,1513
364
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/hifimini/fixedpoint_utils.h,sha256=wCfzgUMDfuhpNacv6oEkRxnL53K0jUaYHYZoWbcH3ME,5204
365
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h,sha256=zFbOFlWdjKYuBV-iKW-CzXI2FfPgERDaMB2s478euXI,7246
366
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/linear_memory_planner.h,sha256=nn2dlEk2cVobNR8aSUpPz1Fb7XT_WcOC2QCYDesCIqU,1931
367
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/memory_plan_struct.h,sha256=pE5VCrP59Y7nrISKw-H3fThfmL5n26gzvrHqk9CKulU,3011
368
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/micro_memory_planner.h,sha256=mgKMG_3yUeOgPDLxgG0lXeA2Qw1rtlMeex_CeSlfeoU,3942
369
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h,sha256=g8Be6xInP1QV9mXpqCBeij6HQga-IlvipBvudlWgy9A,6545
370
370
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/interpreter/src/python_ops_resolver.h,sha256=DW4qRQLm0YXSZ-Gk8WEbH-O5Q2fjxo21oCDC5F5GLIU,1020
371
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size.h,sha256=ubqDq-YYjHBUdMeM0uW20kKK4FKu1IR4j33CDUhCZXA,1134
372
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size_wrapper.h,sha256=tz3vKLf4fStQf3CgwLYzkIwJ7zS3uNGl5qzSH4V_uIk,1160
373
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/micro_test.h,sha256=GvFcsh5QA4NSiqj3X1oCPahRPI0tyaiPueaSQtUdkQ0,14919
371
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size.h,sha256=HNXG7kN507D7JmRgNHtUL3l9eqs71uAt687PcpaNnJo,1146
372
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size_wrapper.h,sha256=aPRefitrQa_l3SMdCKHTi3KQjjcPNsW-sziL78Cky94,1172
373
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/micro_test.h,sha256=Oxp9oK1sZaI4QKcjVIF9Erck982OnBVR4XLpNbWWpU8,14943
374
374
  xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/test_conv_model.h,sha256=MvszqMPD1wcV12WZAdQWu6MGIcMsVI_L1g--n-ZSjWY,1017
375
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.h,sha256=cJHcERhuMmPj9_fJK6ehD_yp-n6TdcJAhSlDMEHHLTs,2039
376
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h,sha256=ZdU5B_wzJzSTNIJWFyGcrHQflC4EiWPC6qYEptVeZP0,1327
377
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/log_utils.h,sha256=J1uUyax17Z622hpcTRbCA9f5HrUOUewJa9yWj9BIlnw,10047
378
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/metrics.h,sha256=6kFU09tv1hzMzvWeZpcZXRpmg5CZp3DN3xvbGUDi-B0,1535
379
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/op_resolver.h,sha256=RGL4qxRe7mT-DjxD0NiFhRvVpuDn5xIuwXdrj6I9avs,6053
380
- xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_generated.h,sha256=V6KZsZ1QF0xtjxBnXJbk32hvtWYnaBkuURjk_Hs9ivs,1073395
381
- xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_utils.h,sha256=Iyv5Rn__Q15pfUm-9DvFU_GFF_8rplBNwor-V5TUi_0,1321
382
- xmos_ai_tools/runtime/lib/libhost_xtflitemicro.a,sha256=auK3YWiuvcRMsl_qKl5MPmWolHOFSeE0cM3gQ_lLNFE,1067344
383
- xmos_ai_tools/runtime/lib/libxtflitemicro.a,sha256=OjzZkDqYows-YcSq6B9eJYiDywqwMwOZ87XImRhfeIw,69980312
375
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.h,sha256=ZXEgnxM1TOKZOyP66Y_e40XhlAXjvJxxA7UHrtPrwH8,2051
376
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h,sha256=RgqepqZ6xlk_G_phs0pEqgmNHN-2PdN0ANXGKSkQtrI,1339
377
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/log_utils.h,sha256=os4fNRaYPa-stH2mtBa9MYXViwgDjwQQxyECSgEJjTQ,10059
378
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/metrics.h,sha256=FW4NtJK9SmirmtD5gkHsp_BlLbwLizDDVin1CeujAfc,1553
379
+ xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/op_resolver.h,sha256=g0dl9tzUqngiINvjBlqDclFqvkC85MC4kbU13vE4OkY,6071
380
+ xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_generated.h,sha256=OzGCvswrW_FArm-HxD70BExn0PVtBbHAFPDO6ZZOFtc,1093177
381
+ xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_utils.h,sha256=tkHMDPARjIqppYCVInIowwdHxjNP3pfSS9O7vx-ODeo,1333
382
+ xmos_ai_tools/runtime/lib/libhost_xtflitemicro.a,sha256=OtJJSd5oKVn1WcDOYWargpKclxLMuSoWuWjjTZmJ8GM,1084144
383
+ xmos_ai_tools/runtime/lib/libxtflitemicro.a,sha256=ddveRrJ49dnKalL9F16Kx7jLnLyq-E2IQFzU2fSKcYg,70214138
384
384
  xmos_ai_tools/xformer/__init__.py,sha256=jA0xba6ZitK9HwWvDJewM8AMU4IZnx_iB1GSBrRUGvU,1627
385
385
  xmos_ai_tools/xformer/flash.py,sha256=MG4coi_Lvvg-oQmw1pomJD8eeOH4gAMjixjBFvO2BCk,6376
386
386
  xmos_ai_tools/xinterpreters/__init__.py,sha256=PFRB9VxOLKaA--j2ZvWGcmesv2C6uNYqJ_kBam68aUI,50
387
387
  xmos_ai_tools/xinterpreters/exceptions.py,sha256=HOjADxHYMPI9mN0YIbWxtw9hSeL2B6XWWwqtGtyJdVs,577
388
388
  xmos_ai_tools/xinterpreters/host_interpreter.py,sha256=No-g29_twbIaJ4S4fzU5TGpKd4WPVEE0737HtL877sw,25692
389
- xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.1.0.1.dylib,sha256=NoBiOoW5VWbe77QslbvOBNHSelQKE1acdacVFcJIPI4,1055928
390
- xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.dylib,sha256=NoBiOoW5VWbe77QslbvOBNHSelQKE1acdacVFcJIPI4,1055928
391
- xmos_ai_tools-1.3.2.dev19.data/data/bin/xcore-opt,sha256=P8ULijxg8dthiaD_WyNuMGMvmjymj8Xzvj7bDLrqGhc,142244664
392
- xmos_ai_tools-1.3.2.dev19.dist-info/METADATA,sha256=OlAS94iX3AMSr6UhF5C4-nWqS4wQR1CHSdOC7l-Xi38,1360
393
- xmos_ai_tools-1.3.2.dev19.dist-info/WHEEL,sha256=AfHOw-mw6t4myGBxFtFe-mEy1T_hh2F11QZECeFgdAo,107
394
- xmos_ai_tools-1.3.2.dev19.dist-info/top_level.txt,sha256=YWegea73ll3tMlRWRdHJemUy2VOuEYDdOIaffxu_eF0,14
395
- xmos_ai_tools-1.3.2.dev19.dist-info/RECORD,,
389
+ xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.1.0.1.dylib,sha256=UHclSt6qUWzojw0ksyJMy4mDTAQWxGGi_7tYkfuqBso,1066408
390
+ xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.dylib,sha256=UHclSt6qUWzojw0ksyJMy4mDTAQWxGGi_7tYkfuqBso,1066408
391
+ xmos_ai_tools-1.3.2.dev37.data/data/bin/xcore-opt,sha256=dCtjwCY2Us65bnvJIlKaxn99Ujd3j8AJvQ_Bb_Hy7QY,142604072
392
+ xmos_ai_tools-1.3.2.dev37.dist-info/METADATA,sha256=8OkV22H4msi-PKOjaihMAz9NN9ztl8fjGbqeJJksHik,1360
393
+ xmos_ai_tools-1.3.2.dev37.dist-info/WHEEL,sha256=AfHOw-mw6t4myGBxFtFe-mEy1T_hh2F11QZECeFgdAo,107
394
+ xmos_ai_tools-1.3.2.dev37.dist-info/top_level.txt,sha256=YWegea73ll3tMlRWRdHJemUy2VOuEYDdOIaffxu_eF0,14
395
+ xmos_ai_tools-1.3.2.dev37.dist-info/RECORD,,