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.
- xmos_ai_tools/runtime/include/lib_tflite_micro/api/inference_engine.h +9 -9
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_common.h +2 -2
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_custom_options.h +2 -2
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_error_reporter.h +3 -3
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_interpreter.h +8 -8
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_ops.h +3 -3
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_profiler.h +4 -4
- xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_utils.h +5 -5
- xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/array.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/context_util.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/error_reporter.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/flatbuffer_conversions.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/core/api/tensor_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/core/c/c_api_types.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/core/c/common.h +17 -17
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/common.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/cppmath.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/max.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/min.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/quantization_util.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add_n.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/arg_min_max.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_matmul.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/binary_function.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_args.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_to.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/ceil.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/comparisons.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/concatenation.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/cumsum.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depth_to_space.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h +1 -1
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h +1 -1
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/dequantize.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/div.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/elu.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/exp.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fill.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_div.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_mod.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fully_connected.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/hard_swish.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/add.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/mul.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/l2normalization.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/leaky_relu.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/log_softmax.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/logistic.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/lstm_cell.h +5 -5
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/maximum_minimum.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/mul.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/neg.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pad.h +8 -8
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pooling.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/prelu.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/quantize.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/reduce.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/requantize.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_bilinear.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/round.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/select.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/slice.h +5 -5
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/softmax.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_depth.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/strided_slice.h +6 -6
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/sub.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/tanh.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/runtime_shape.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/strided_slice_logic.h +9 -9
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/tensor_ctypes.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/types.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/kernel_util.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/kernels/padding.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/benchmarks/micro_benchmark.h +7 -7
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/fake_micro_context.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/flatbuffer_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activation_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activations.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/add.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_function_specializations.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_interface.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_slicers.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_tf_utils.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buf_mgr.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buffers.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ceva/types.h +6 -6
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv_test.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/depthwise_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/dequantize.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/ethosu.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/fully_connected.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/hard_swish.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_runner.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_util.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/leaky_relu.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logical.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logistic.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval.h +48 -48
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval_test.h +57 -57
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_shared.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_ops.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_tensor_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/mul.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pad.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pooling.h +15 -15
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/prelu.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/quantize.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reduce.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reshape.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/softmax.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/strided_slice.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/sub.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/svdf.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/conv_test_data.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/lstm_test_data.h +7 -7
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/hifimini/fixedpoint_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_eval.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_shared.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_add.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_depthwise_conv.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_fully_connected.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pad.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pooling.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reduce.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reshape.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_softmax.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_svdf.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_helpers.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/linear_memory_planner.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/memory_plan_struct.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/micro_memory_planner.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocation_info.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocator.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_arena_constants.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_context.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_graph.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_context.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_graph.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_log.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_mutable_op_resolver.h +50 -50
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_op_resolver.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler_interface.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_resource_variable.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_time.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/mock_micro_graph.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size_wrapper.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_allocator.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_interpreter.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/system_setup.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helper_custom_ops.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helpers.h +6 -6
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/micro_test.h +4 -4
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/flatbuffer_conversions_bridge.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/log_utils.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/metrics.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/op_resolver.h +3 -3
- xmos_ai_tools/runtime/include/tensorflow/lite/portable_type_to_tflitetype.h +2 -2
- xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_generated.h +2731 -2731
- xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_utils.h +2 -2
- xmos_ai_tools/runtime/lib/libhost_xtflitemicro.a +0 -0
- xmos_ai_tools/runtime/lib/libxtflitemicro.a +0 -0
- xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.1.0.1.dylib +0 -0
- xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.dylib +0 -0
- {xmos_ai_tools-1.3.2.dev19.data → xmos_ai_tools-1.3.2.dev37.data}/data/bin/xcore-opt +0 -0
- {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/METADATA +2 -2
- {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/RECORD +206 -206
- {xmos_ai_tools-1.3.2.dev19.dist-info → xmos_ai_tools-1.3.2.dev37.dist-info}/WHEEL +0 -0
- {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=
|
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=
|
84
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_custom_options.h,sha256=
|
85
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_error_reporter.h,sha256=
|
86
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_interpreter.h,sha256
|
87
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_ops.h,sha256=
|
88
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_profiler.h,sha256=
|
89
|
-
xmos_ai_tools/runtime/include/lib_tflite_micro/src/tflite-xcore-kernels/xcore_utils.h,sha256=
|
90
|
-
xmos_ai_tools/runtime/include/lib_xud/lib_xud/api/xud.h,sha256=
|
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=
|
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=
|
143
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/portable_type_to_tflitetype.h,sha256=
|
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=
|
149
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/core/api/flatbuffer_conversions.h,sha256=
|
150
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/core/api/tensor_utils.h,sha256=
|
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
|
153
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/core/c/common.h,sha256=
|
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=
|
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=
|
181
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/common.h,sha256=
|
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=
|
184
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/max.h,sha256=
|
185
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/min.h,sha256=
|
186
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor.h,sha256=
|
187
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/portable_tensor_utils.h,sha256=
|
188
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/quantization_util.h,sha256=
|
189
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/runtime_shape.h,sha256=
|
190
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/strided_slice_logic.h,sha256=
|
191
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/tensor_ctypes.h,sha256
|
192
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/types.h,sha256=
|
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=
|
195
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/add_n.h,sha256=
|
196
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/arg_min_max.h,sha256=
|
197
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_matmul.h,sha256=
|
198
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/batch_to_space_nd.h,sha256=
|
199
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/binary_function.h,sha256=
|
200
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_args.h,sha256=
|
201
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/broadcast_to.h,sha256=
|
202
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/ceil.h,sha256=
|
203
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/comparisons.h,sha256=
|
204
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/concatenation.h,sha256=
|
205
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/conv.h,sha256
|
206
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/cumsum.h,sha256=
|
207
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depth_to_space.h,sha256=
|
208
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_float.h,sha256=
|
209
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/depthwiseconv_uint8.h,sha256=
|
210
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/dequantize.h,sha256=
|
211
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/div.h,sha256=
|
212
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/elu.h,sha256=
|
213
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/exp.h,sha256=
|
214
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fill.h,sha256=
|
215
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor.h,sha256=
|
216
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_div.h,sha256=
|
217
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/floor_mod.h,sha256=
|
218
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/fully_connected.h,sha256=
|
219
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/hard_swish.h,sha256=
|
220
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/l2normalization.h,sha256=
|
221
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/leaky_relu.h,sha256=
|
222
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/log_softmax.h,sha256=
|
223
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/logistic.h,sha256=
|
224
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/lstm_cell.h,sha256=
|
225
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/maximum_minimum.h,sha256=
|
226
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/mul.h,sha256=
|
227
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/neg.h,sha256=
|
228
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pad.h,sha256=
|
229
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/pooling.h,sha256
|
230
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils.h,sha256=
|
231
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/portable_tensor_utils_impl.h,sha256=
|
232
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/prelu.h,sha256=
|
233
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/process_broadcast_shapes.h,sha256=
|
234
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/quantize.h,sha256=
|
235
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/reduce.h,sha256=
|
236
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/requantize.h,sha256=
|
237
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_bilinear.h,sha256=
|
238
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/resize_nearest_neighbor.h,sha256=
|
239
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/round.h,sha256=
|
240
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/select.h,sha256
|
241
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/slice.h,sha256=
|
242
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/softmax.h,sha256=
|
243
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_batch_nd.h,sha256=
|
244
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/space_to_depth.h,sha256=
|
245
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/strided_slice.h,sha256=
|
246
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/sub.h,sha256=
|
247
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/tanh.h,sha256=
|
248
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose.h,sha256=
|
249
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/transpose_conv.h,sha256=
|
250
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/add.h,sha256=
|
251
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/conv.h,sha256=
|
252
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/depthwise_conv.h,sha256=
|
253
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/fully_connected.h,sha256=
|
254
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/l2normalization.h,sha256=
|
255
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/logistic.h,sha256=
|
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=
|
258
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/pooling.h,sha256=
|
259
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/tanh.h,sha256=
|
260
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/kernels/internal/reference/integer_ops/transpose_conv.h,sha256=
|
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=
|
264
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/flatbuffer_utils.h,sha256=
|
265
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_helpers.h,sha256=
|
266
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocation_info.h,sha256=
|
267
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_allocator.h,sha256=
|
268
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_arena_constants.h,sha256=
|
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=
|
271
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_graph.h,sha256=
|
272
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter.h,sha256=
|
273
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_context.h,sha256=
|
274
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_interpreter_graph.h,sha256=
|
275
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_log.h,sha256=
|
276
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_mutable_op_resolver.h,sha256=
|
277
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_op_resolver.h,sha256
|
278
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler.h,sha256=
|
279
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_profiler_interface.h,sha256=
|
280
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_resource_variable.h,sha256=
|
281
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_time.h,sha256=
|
282
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/micro_utils.h,sha256=
|
283
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/mock_micro_graph.h,sha256=
|
284
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_allocator.h,sha256=
|
285
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/recording_micro_interpreter.h,sha256=
|
286
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/system_setup.h,sha256=
|
287
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helper_custom_ops.h,sha256=
|
288
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/test_helpers.h,sha256=
|
289
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/ibuffer_allocator.h,sha256=
|
290
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/non_persistent_arena_buffer_allocator.h,sha256=
|
291
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/persistent_arena_buffer_allocator.h,sha256=
|
292
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/recording_single_arena_buffer_allocator.h,sha256=
|
293
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/arena_allocator/single_arena_buffer_allocator.h,sha256=
|
294
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/benchmarks/micro_benchmark.h,sha256=
|
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=
|
305
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/activations.h,sha256=
|
306
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/add.h,sha256=
|
307
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/circular_buffer.h,sha256=
|
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=
|
310
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/conv_test.h,sha256=
|
311
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/depthwise_conv.h,sha256=
|
312
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/dequantize.h,sha256=
|
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=
|
315
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/fully_connected.h,sha256=
|
316
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/hard_swish.h,sha256=
|
317
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_runner.h,sha256=
|
318
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/kernel_util.h,sha256=
|
319
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/leaky_relu.h,sha256=
|
320
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logical.h,sha256=
|
321
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/logistic.h,sha256=
|
322
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval.h,sha256=
|
323
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_eval_test.h,sha256=
|
324
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/lstm_shared.h,sha256=
|
325
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_ops.h,sha256=
|
326
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/micro_tensor_utils.h,sha256=
|
327
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/mul.h,sha256=
|
328
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pad.h,sha256=
|
329
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/pooling.h,sha256=
|
330
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/prelu.h,sha256=
|
331
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/quantize.h,sha256=
|
332
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reduce.h,sha256=
|
333
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/reshape.h,sha256=
|
334
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/softmax.h,sha256=
|
335
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/strided_slice.h,sha256=
|
336
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/sub.h,sha256=
|
337
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/svdf.h,sha256=
|
338
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/unidirectional_sequence_lstm.h,sha256=
|
339
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_function_specializations.h,sha256=
|
340
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_interface.h,sha256=
|
341
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_slicers.h,sha256=
|
342
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/mli_tf_utils.h,sha256=
|
343
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buf_mgr.h,sha256=
|
344
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/arc_mli/scratch_buffers.h,sha256=
|
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=
|
349
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/conv_test_data.h,sha256=
|
350
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/testdata/lstm_test_data.h,sha256=
|
351
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_eval.h,sha256=
|
352
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/lstm_shared.h,sha256
|
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=
|
355
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_conv.h,sha256=
|
356
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_depthwise_conv.h,sha256=
|
357
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_fully_connected.h,sha256=
|
358
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pad.h,sha256=
|
359
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_pooling.h,sha256=
|
360
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reduce.h,sha256=
|
361
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_reshape.h,sha256=
|
362
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_softmax.h,sha256=
|
363
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/xtensa_svdf.h,sha256=
|
364
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/kernels/xtensa/hifimini/fixedpoint_utils.h,sha256=
|
365
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/greedy_memory_planner.h,sha256=
|
366
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/linear_memory_planner.h,sha256=
|
367
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/memory_plan_struct.h,sha256=
|
368
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/micro_memory_planner.h,sha256=
|
369
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/memory_planner/non_persistent_buffer_planner_shim.h,sha256=
|
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=
|
372
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/python/tflite_size/src/flatbuffer_size_wrapper.h,sha256=
|
373
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/testing/micro_test.h,sha256=
|
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=
|
376
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/tflite_bridge/micro_error_reporter.h,sha256=
|
377
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/log_utils.h,sha256=
|
378
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/metrics.h,sha256=
|
379
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/micro/tools/benchmarking/op_resolver.h,sha256=
|
380
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_generated.h,sha256=
|
381
|
-
xmos_ai_tools/runtime/include/tensorflow/lite/schema/schema_utils.h,sha256=
|
382
|
-
xmos_ai_tools/runtime/lib/libhost_xtflitemicro.a,sha256=
|
383
|
-
xmos_ai_tools/runtime/lib/libxtflitemicro.a,sha256=
|
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=
|
390
|
-
xmos_ai_tools/xinterpreters/libs/macos/xtflm_python.dylib,sha256=
|
391
|
-
xmos_ai_tools-1.3.2.
|
392
|
-
xmos_ai_tools-1.3.2.
|
393
|
-
xmos_ai_tools-1.3.2.
|
394
|
-
xmos_ai_tools-1.3.2.
|
395
|
-
xmos_ai_tools-1.3.2.
|
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,,
|
File without changes
|
File without changes
|