[][src]Type Definition neuro::tensor::PrimitiveType

type PrimitiveType = f32;

This type is defined to easily change between f32 and f64 as the primitive type used by the crate. It has important consequences on the memory footprint of the crate when running deep and/or wide neural networks.