Searched refs:a_ref (Results 1 – 2 of 2) sorted by relevance
704 let a_ref = a.as_ref(); in time_eq() localVariable713 assert!(a_ref == b_ref); in time_eq()714 assert!(a_ref != c_ref); in time_eq()723 let a_ref = a.as_ref(); in time_ord() localVariable731 assert!(a_ref >= b); in time_ord()732 assert!(a_ref > c); in time_ord()738 assert!(b <= a_ref); in time_ord()739 assert!(c < a_ref); in time_ord()741 assert!(a_ref >= b_ref); in time_ord()742 assert!(a_ref > c_ref); in time_ord()[all …]
191 auto a_ref = GetSparseMatrixRef(*input_matrix_a, rank, batch_idx, in Compute() local199 output_matrices[batch_idx] = a_ref * b_ref; in Compute()