Home
last modified time | relevance | path

Searched refs:_a_offset_it (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/datasets/
DGEMMLowpDataset.h52 _a_offset_it{ std::move(a_offset_it) },
63 description << "a_offset=" << *_a_offset_it << ":"; in description()
70 return std::make_tuple(*_a_it, *_b_it, *_c_it, *_a_offset_it, *_b_offset_it);
78 ++_a_offset_it;
88 std::vector<int32_t>::const_iterator _a_offset_it; member
DGEMMLowpFusedOffsetOutputDataset.h56 _a_offset_it{ std::move(a_offset_it) },
68 description << "a_offset=" << *_a_offset_it << ":"; in description()
94 … return std::make_tuple(*_a_it, *_b_it, *_c_it, *_a_offset_it, *_b_offset_it, *_output_stage_it);
102 ++_a_offset_it;
113 std::vector<int32_t>::const_iterator _a_offset_it; member