edgefirst-hal 0.15.1

EdgeFirst Hardware Abstraction Layer for edge AI inference pipelines
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: Copyright 2025 Au-Zone Technologies
// SPDX-License-Identifier: Apache-2.0

pub use edgefirst_decoder as decoder;
pub use edgefirst_image as image;
pub use edgefirst_tensor as tensor;
#[cfg(feature = "tracker")]
pub use edgefirst_tracker as tracker;