Type Definition owlyshield_ransom::predictions::prediction::input_tensors::VecvecCappedF32[][src]

pub type VecvecCappedF32 = VecvecCapped<f32>;
Expand description

Our models inputs take f32 tensors, but VecvecCapped uses generics.