fill_f

Function fill_f 

Source
pub fn fill_f<TRA, T>(a: &mut TRA, b: T) -> Result<()>
where TRA: TensorFillAPI<T>,