pub fn encode_flags(
    weights: ArrayView3<'_, f32>,
    flags: ArrayView3<'_, bool>
) -> Result<Array3<f32>, IOError>