Searched refs:_b_it (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | GEMMLowpDataset.h | 50 _b_it{ std::move(b_it) }, 61 description << "B=" << *_b_it << ":"; in description() 70 return std::make_tuple(*_a_it, *_b_it, *_c_it, *_a_offset_it, *_b_offset_it); 76 ++_b_it; 86 std::vector<TensorShape>::const_iterator _b_it; member
|
H A D | GEMMDataset.h | 51 _b_it{ std::move(b_it) }, 63 description << "B=" << *_b_it << ":"; in description() 73 return std::make_tuple(*_a_it, *_b_it, *_c_it, *_dst_it, *_alpha_it, *_beta_it); 79 ++_b_it; 90 std::vector<TensorShape>::const_iterator _b_it; member
|
H A D | GEMMLowpFusedOffsetOutputDataset.h | 54 _b_it{ std::move(b_it) }, 66 description << "B=" << *_b_it << ":"; in description() 94 … return std::make_tuple(*_a_it, *_b_it, *_c_it, *_a_offset_it, *_b_offset_it, *_output_stage_it); 100 ++_b_it; 111 std::vector<TensorShape>::const_iterator _b_it; member
|