v4.6.0
authorHailoRT-Automation <concat@hailo.ai>
Tue, 29 Mar 2022 16:08:05 +0000 (19:08 +0300)
committerHailoRT-Automation <concat@hailo.ai>
Tue, 29 Mar 2022 16:08:05 +0000 (19:08 +0300)
commitdd37bf9936429e4cc51225ca116eaf8d84441fd7
treef8c2f4db9ee4f3611a28447964102dfb2bb5f19f
v4.6.0
370 files changed:
.logo.svg [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
common/config_definitions.json [new file with mode: 0644]
common/config_schema.json [new file with mode: 0644]
common/include/byte_order.h [new file with mode: 0644]
common/include/context_switch_defs.h [new file with mode: 0644]
common/include/control_protocol.h [new file with mode: 0644]
common/include/d2h_events.h [new file with mode: 0644]
common/include/firmware_header.h [new file with mode: 0644]
common/include/firmware_header_utils.h [new file with mode: 0644]
common/include/firmware_status.h [new file with mode: 0644]
common/include/firmware_version.h [new file with mode: 0644]
common/include/logger_level.h [new file with mode: 0644]
common/include/md5.h [new file with mode: 0644]
common/include/sensor_config_exports.h [new file with mode: 0644]
common/include/status.h [new file with mode: 0644]
common/include/stdfloat.h [new file with mode: 0644]
common/include/user_config_common.h [new file with mode: 0644]
common/include/utils.h [new file with mode: 0644]
common/src/firmware_header_utils.c [new file with mode: 0644]
common/src/firmware_status.c [new file with mode: 0644]
common/src/md5.c [new file with mode: 0644]
hailort/CMakeLists.txt [new file with mode: 0644]
hailort/LICENSE [new file with mode: 0644]
hailort/LICENSE-3RD-PARTY.md [new file with mode: 0644]
hailort/common/CMakeLists.txt [new file with mode: 0644]
hailort/common/async_thread.hpp [new file with mode: 0644]
hailort/common/barrier.cpp [new file with mode: 0644]
hailort/common/barrier.hpp [new file with mode: 0644]
hailort/common/circular_buffer.hpp [new file with mode: 0644]
hailort/common/compiler_extensions_compat.hpp [new file with mode: 0644]
hailort/common/ethernet_utils.hpp [new file with mode: 0644]
hailort/common/file_utils.cpp [new file with mode: 0644]
hailort/common/file_utils.hpp [new file with mode: 0644]
hailort/common/filesystem.hpp [new file with mode: 0644]
hailort/common/latency_meter.hpp [new file with mode: 0644]
hailort/common/logger_macros.hpp [new file with mode: 0644]
hailort/common/os/posix/ethernet_utils.cpp [new file with mode: 0644]
hailort/common/os/posix/filesystem.cpp [new file with mode: 0644]
hailort/common/os/posix/process.cpp [new file with mode: 0644]
hailort/common/os/posix/socket.cpp [new file with mode: 0644]
hailort/common/os/posix/traffic_control.cpp [new file with mode: 0644]
hailort/common/os/posix/traffic_control.hpp [new file with mode: 0644]
hailort/common/os/windows/ethernet_utils.cpp [new file with mode: 0644]
hailort/common/os/windows/filesystem.cpp [new file with mode: 0644]
hailort/common/os/windows/process.cpp [new file with mode: 0644]
hailort/common/os/windows/socket.cpp [new file with mode: 0644]
hailort/common/os/windows/string_conversion.cpp [new file with mode: 0644]
hailort/common/os/windows/string_conversion.hpp [new file with mode: 0644]
hailort/common/process.hpp [new file with mode: 0644]
hailort/common/runtime_statistics_internal.hpp [new file with mode: 0644]
hailort/common/socket.hpp [new file with mode: 0644]
hailort/common/string_utils.cpp [new file with mode: 0644]
hailort/common/string_utils.hpp [new file with mode: 0644]
hailort/common/utils.hpp [new file with mode: 0644]
hailort/drivers/common/hailo_ioctl_common.h [new file with mode: 0644]
hailort/hailortcli/CMakeLists.txt [new file with mode: 0644]
hailort/hailortcli/benchmark_command.cpp [new file with mode: 0644]
hailort/hailortcli/benchmark_command.hpp [new file with mode: 0644]
hailort/hailortcli/board_config_command.cpp [new file with mode: 0644]
hailort/hailortcli/board_config_command.hpp [new file with mode: 0644]
hailort/hailortcli/command.cpp [new file with mode: 0644]
hailort/hailortcli/command.hpp [new file with mode: 0644]
hailort/hailortcli/common.cpp [new file with mode: 0644]
hailort/hailortcli/common.hpp [new file with mode: 0644]
hailort/hailortcli/download_action_list_command.cpp [new file with mode: 0644]
hailort/hailortcli/download_action_list_command.hpp [new file with mode: 0644]
hailort/hailortcli/fw_config_command.cpp [new file with mode: 0644]
hailort/hailortcli/fw_config_command.hpp [new file with mode: 0644]
hailort/hailortcli/fw_config_serializer.cpp [new file with mode: 0644]
hailort/hailortcli/fw_config_serializer.hpp [new file with mode: 0644]
hailort/hailortcli/fw_control_command.cpp [new file with mode: 0644]
hailort/hailortcli/fw_control_command.hpp [new file with mode: 0644]
hailort/hailortcli/fw_logger_command.cpp [new file with mode: 0644]
hailort/hailortcli/fw_logger_command.hpp [new file with mode: 0644]
hailort/hailortcli/fw_update_command.cpp [new file with mode: 0644]
hailort/hailortcli/fw_update_command.hpp [new file with mode: 0644]
hailort/hailortcli/generate_definitions_json_str.in [new file with mode: 0644]
hailort/hailortcli/graph_printer.cpp [new file with mode: 0644]
hailort/hailortcli/graph_printer.hpp [new file with mode: 0644]
hailort/hailortcli/hailortcli.cpp [new file with mode: 0644]
hailort/hailortcli/hailortcli.hpp [new file with mode: 0644]
hailort/hailortcli/infer_stats_printer.cpp [new file with mode: 0644]
hailort/hailortcli/infer_stats_printer.hpp [new file with mode: 0644]
hailort/hailortcli/inference_progress.cpp [new file with mode: 0644]
hailort/hailortcli/inference_progress.hpp [new file with mode: 0644]
hailort/hailortcli/inference_result.hpp [new file with mode: 0644]
hailort/hailortcli/parse_hef_command.cpp [new file with mode: 0644]
hailort/hailortcli/parse_hef_command.hpp [new file with mode: 0644]
hailort/hailortcli/power_measurement_command.cpp [new file with mode: 0644]
hailort/hailortcli/power_measurement_command.hpp [new file with mode: 0644]
hailort/hailortcli/run_command.cpp [new file with mode: 0644]
hailort/hailortcli/run_command.hpp [new file with mode: 0644]
hailort/hailortcli/scan_command.cpp [new file with mode: 0644]
hailort/hailortcli/scan_command.hpp [new file with mode: 0644]
hailort/hailortcli/sensor_config_command.cpp [new file with mode: 0644]
hailort/hailortcli/sensor_config_command.hpp [new file with mode: 0644]
hailort/hailortcli/ssb_update_command.cpp [new file with mode: 0644]
hailort/hailortcli/ssb_update_command.hpp [new file with mode: 0644]
hailort/hailortcli/temp_measurement.cpp [new file with mode: 0644]
hailort/hailortcli/temp_measurement.hpp [new file with mode: 0644]
hailort/hailortcli/udp_rate_limiter_command.cpp [new file with mode: 0644]
hailort/hailortcli/udp_rate_limiter_command.hpp [new file with mode: 0644]
hailort/libhailort/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/AUTHORS [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/COPYING [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/LICENSE [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/README [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/cmake/FindHailoRT.cmake [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/common.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/common.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailodevicestats.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailodevicestats.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailonet.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailonet.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailoplugin.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailorecv.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailorecv.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailosend.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/gsthailosend.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/hailo_events/hailo_events.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/hailo_events/hailo_events.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/hailo_output_info.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/metadata/hailo_buffer_flag_meta.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/metadata/hailo_buffer_flag_meta.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/metadata/tensor_meta.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/metadata/tensor_meta.hpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/network_group_handle.cpp [new file with mode: 0644]
hailort/libhailort/bindings/gstreamer/gst-hailo/network_group_handle.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/python/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/examples/hef_infer_pipeline_vstream.py [new file with mode: 0644]
hailort/libhailort/bindings/python/examples/hef_infer_virtual_stream.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/compatibility/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/logger/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/logger/logger.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/paths_manager/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/paths_manager/config.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/paths_manager/paths.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/paths_manager/version.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/targets/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/targets/inference_targets.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/tools/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/tools/cmd_utils/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/tools/cmd_utils/base_utils.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/common/tools/cmd_utils/hailo_device_utils.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/config_definitions.json [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/control_object.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/ethernet_utils.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailo_controller/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailo_controller/hailo_control_protocol.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailo_controller/i2c_slaves.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailo_controller/power_measurement.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailort/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hailort/pyhailort.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/drivers/hw_object.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/paths_manager/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/paths_manager/paths.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/benchmark_command.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/cmd_utils/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/cmd_utils/main.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/configure_firmware.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/example_config.json [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/firmware_config.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/sensor_config.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/update_firmware.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/firmware/update_second_stage.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/fw_control.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/infer_cli.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/run_command.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/udp_rate_limiter.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/hailo_platform/tools/watchdog.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/requirements.txt [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/setup.py [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/tutorials/notebooks/Inference Tutorial.ipynb [new file with mode: 0644]
hailort/libhailort/bindings/python/platform/tutorials/notebooks/Power Measurement Tutorial.ipynb [new file with mode: 0644]
hailort/libhailort/bindings/python/src/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/python/src/__init__.py [new file with mode: 0644]
hailort/libhailort/bindings/python/src/bindings_common.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/hef_api.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/internal/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/bindings/python/src/internal/control_api.cpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/internal/control_api.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/internal/pyhailort_internal.cpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/internal/pyhailort_internal.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/pyhailort.cpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/utils.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/vdevice_api.hpp [new file with mode: 0644]
hailort/libhailort/bindings/python/src/vstream_api.hpp [new file with mode: 0644]
hailort/libhailort/cmake/common_compiler_options.cmake [new file with mode: 0644]
hailort/libhailort/cmake/execute_cmake.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/linux.aarch64.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/linux.android28-arm64-v8a.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/linux.armv7l.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/linux.armv7lhf.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/linux.x86_64.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/qnx.aarch64.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/qnx.x86_64.cmake [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/toolchains.yaml [new file with mode: 0644]
hailort/libhailort/cmake/toolchains/windows.x86_64.cmake [new file with mode: 0644]
hailort/libhailort/doc/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/doc/Doxyfile.in [new file with mode: 0644]
hailort/libhailort/examples/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/examples/README.md [new file with mode: 0644]
hailort/libhailort/examples/c/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/examples/c/common.h [new file with mode: 0644]
hailort/libhailort/examples/c/data_quantization_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/hailo_thread.h [new file with mode: 0644]
hailort/libhailort/examples/c/infer_pipeline_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/multi_device_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/multi_network_vstream_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/raw_streams_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/switch_hefs_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/switch_single_io_hefs_example.c [new file with mode: 0644]
hailort/libhailort/examples/c/vstreams_example.c [new file with mode: 0644]
hailort/libhailort/examples/cmake/FindHailoRT.cmake [new file with mode: 0644]
hailort/libhailort/examples/cpp/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/examples/cpp/infer_pipeline_example.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/multi_device_example.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/multi_network_vstream_example.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/raw_streams_example.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/switch_hefs_example.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/switch_hefs_example_threads_reuse.cpp [new file with mode: 0644]
hailort/libhailort/examples/cpp/vstreams_example.cpp [new file with mode: 0644]
hailort/libhailort/hef.proto [new file with mode: 0644]
hailort/libhailort/include/hailo/buffer.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/device.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/event.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/expected.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/hailort.h [new file with mode: 0644]
hailort/libhailort/include/hailo/hailort.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/hailort_common.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/hef.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/inference_pipeline.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/network_group.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/network_rate_calculator.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/platform.h [new file with mode: 0644]
hailort/libhailort/include/hailo/quantization.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/runtime_statistics.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/stream.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/transform.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/vdevice.hpp [new file with mode: 0644]
hailort/libhailort/include/hailo/vstream.hpp [new file with mode: 0644]
hailort/libhailort/src/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/src/buffer.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/active_network_group_holder.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/config_manager.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/hcp_config_activated_network_group.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/hcp_config_manager.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/hcp_config_network_group.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/hef_metadata.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/hef_metadata.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/multi_context/resource_manager.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/multi_context/vdma_config_activated_network_group.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/multi_context/vdma_config_manager.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/multi_context/vdma_config_network_group.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/network_group.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/network_group_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/resource_manager.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/single_context/hcp_config_activated_network_group.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/single_context/hcp_config_manager.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/single_context/hcp_config_network_group.hpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/vdma_config_activated_network_group.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/vdma_config_manager.cpp [new file with mode: 0644]
hailort/libhailort/src/context_switch/vdma_config_network_group.cpp [new file with mode: 0644]
hailort/libhailort/src/control.cpp [new file with mode: 0644]
hailort/libhailort/src/control.hpp [new file with mode: 0644]
hailort/libhailort/src/control_protocol.cpp [new file with mode: 0644]
hailort/libhailort/src/control_protocol.hpp [new file with mode: 0644]
hailort/libhailort/src/core_device.cpp [new file with mode: 0644]
hailort/libhailort/src/core_device.hpp [new file with mode: 0644]
hailort/libhailort/src/core_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/core_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/d2h_event_queue.hpp [new file with mode: 0644]
hailort/libhailort/src/d2h_events_parser.cpp [new file with mode: 0644]
hailort/libhailort/src/device.cpp [new file with mode: 0644]
hailort/libhailort/src/device_internal.cpp [new file with mode: 0644]
hailort/libhailort/src/device_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/eth_device.cpp [new file with mode: 0644]
hailort/libhailort/src/eth_device.hpp [new file with mode: 0644]
hailort/libhailort/src/eth_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/eth_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/event_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/hailort.cpp [new file with mode: 0644]
hailort/libhailort/src/hailort_common.cpp [new file with mode: 0644]
hailort/libhailort/src/hailort_defaults.hpp [new file with mode: 0644]
hailort/libhailort/src/hailort_logger.cpp [new file with mode: 0644]
hailort/libhailort/src/hailort_logger.hpp [new file with mode: 0644]
hailort/libhailort/src/hef.cpp [new file with mode: 0644]
hailort/libhailort/src/hef_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/hlpcie.cpp [new file with mode: 0644]
hailort/libhailort/src/hlpcie.hpp [new file with mode: 0644]
hailort/libhailort/src/hw_consts.hpp [new file with mode: 0644]
hailort/libhailort/src/inference_pipeline.cpp [new file with mode: 0644]
hailort/libhailort/src/intermediate_buffer.cpp [new file with mode: 0644]
hailort/libhailort/src/intermediate_buffer.hpp [new file with mode: 0644]
hailort/libhailort/src/layer_info.hpp [new file with mode: 0644]
hailort/libhailort/src/mipi_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/mipi_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/network_rate_calculator.cpp [new file with mode: 0644]
hailort/libhailort/src/os/CMakeLists.txt [new file with mode: 0644]
hailort/libhailort/src/os/file_descriptor.hpp [new file with mode: 0644]
hailort/libhailort/src/os/hailort_driver.hpp [new file with mode: 0755]
hailort/libhailort/src/os/microsec_timer.hpp [new file with mode: 0644]
hailort/libhailort/src/os/mmap_buffer.hpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/file_descriptor.cpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/hailort_driver.cpp [new file with mode: 0755]
hailort/libhailort/src/os/posix/microsec_timer.cpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/mmap_buffer.cpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/pcie_driver_sysfs.cpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/pcie_driver_sysfs.hpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/qnx/event.cpp [new file with mode: 0644]
hailort/libhailort/src/os/posix/unix/event.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/event.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/file_descriptor.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/hailort_driver.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/microsec_timer.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/mmap_buffer.cpp [new file with mode: 0644]
hailort/libhailort/src/os/windows/osdep.hpp [new file with mode: 0644]
hailort/libhailort/src/pcie_device.cpp [new file with mode: 0644]
hailort/libhailort/src/pcie_device.hpp [new file with mode: 0644]
hailort/libhailort/src/pcie_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/pcie_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/pipeline.cpp [new file with mode: 0644]
hailort/libhailort/src/pipeline.hpp [new file with mode: 0644]
hailort/libhailort/src/sensor_config_utils.cpp [new file with mode: 0644]
hailort/libhailort/src/sensor_config_utils.hpp [new file with mode: 0644]
hailort/libhailort/src/stream.cpp [new file with mode: 0644]
hailort/libhailort/src/stream_internal.cpp [new file with mode: 0644]
hailort/libhailort/src/stream_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/thread_safe_map.hpp [new file with mode: 0644]
hailort/libhailort/src/thread_safe_queue.hpp [new file with mode: 0644]
hailort/libhailort/src/token_bucket.hpp [new file with mode: 0644]
hailort/libhailort/src/transform.cpp [new file with mode: 0644]
hailort/libhailort/src/transform_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/udp.cpp [new file with mode: 0644]
hailort/libhailort/src/udp.hpp [new file with mode: 0644]
hailort/libhailort/src/vdevice.cpp [new file with mode: 0644]
hailort/libhailort/src/vdevice_internal.hpp [new file with mode: 0644]
hailort/libhailort/src/vdevice_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/vdevice_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_buffer.cpp [new file with mode: 0644]
hailort/libhailort/src/vdma_buffer.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_channel.cpp [new file with mode: 0644]
hailort/libhailort/src/vdma_channel.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_channel_regs.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_descriptor_list.cpp [new file with mode: 0644]
hailort/libhailort/src/vdma_descriptor_list.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_device.cpp [new file with mode: 0644]
hailort/libhailort/src/vdma_device.hpp [new file with mode: 0644]
hailort/libhailort/src/vdma_stream.cpp [new file with mode: 0644]
hailort/libhailort/src/vdma_stream.hpp [new file with mode: 0644]
hailort/libhailort/src/vstream.cpp [new file with mode: 0644]
hailort/libhailort/src/vstream_internal.hpp [new file with mode: 0644]
hailort/pre_build/CMakeLists.txt [new file with mode: 0644]
hailort/pre_build/external/CMakeLists.txt [new file with mode: 0644]
hailort/pre_build/tools/CMakeLists.txt [new file with mode: 0644]
hailort/scripts/configure_ethernet_buffers.sh [new file with mode: 0755]
hailort/scripts/configure_interface.sh [new file with mode: 0755]
hailort/scripts/download_hefs.cmd [new file with mode: 0644]
hailort/scripts/download_hefs.sh [new file with mode: 0755]
hailort/scripts/ubuntu_ethernet_statistics.sh [new file with mode: 0755]