MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / next

Method next

src/common_dims.cpp:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 std::size_t get() const { return *it / rem; }
58 bool is_end() const { return it == dims->end(); }
59 void next(std::size_t i = 1) { it += i; }
60 auto dims_for(std::size_t d) const
61 {
62 auto dim_end = compute_end_dim(it, dims->end(), d);

Callers 2

compute_common_dimFunction · 0.80
computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected