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

Function rearray_impl

src/include/migraphx/array.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75template <std::size_t Offset = 0, class Array, std::size_t... I>
76constexpr auto rearray_impl(Array a, seq<I...>)
77{
78 return make_array(a[I + Offset]...);
79}
80
81} // namespace detail
82

Callers 1

pop_frontFunction · 0.85

Calls 1

make_arrayFunction · 0.70

Tested by

no test coverage detected