//! rktensor has utilities for converting to flat tensor representations for
//! use with rknpu2.
//!//! The main functions are `to_tensor` and `to_tensor_with_quant`.
pubuse image;pubmodimplementation;pubmodmarkers;pubmodsoftmax;pubuse{implementation::{to_tensor, to_tensor_with_quant},softmax::{softmax_f16, softmax_f32},};