mod inner;
pub use inner::{
batch_matmul, linear, linear_relu, linear_silu, linear_tiled, linear_tiled_reference,
rms_norm_linear, try_rms_norm_linear, Linear,
};
#[cfg(feature = "nn-linear-4bit")]
pub use inner::{
linear_4bit, linear_4bit_affine_grouped, linear_4bit_affine_grouped_typed,
linear_4bit_affine_grouped_planner_evidence, QuantizedLinear4BitPlannerEvidence,
QuantizedLinear4BitSpec, LINEAR_4BIT_AFFINE_GROUPED_OUTPUT_DRIFT_ABS_TOLERANCE,
};