assign_f

Function assign_f 

Source
pub fn assign_f<TRA, TRB>(a: &mut TRA, b: TRB) -> Result<()>
where TRA: TensorAssignAPI<TRB>,