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

Method get

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

Source from the content-addressed store, hash-verified

55 std::vector<std::size_t>::const_iterator it{};
56 std::size_t rem = 1;
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

Callers 2

compute_common_dimFunction · 0.45
computeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected