Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
template <std::size_t Offset = 0, class Array, std::size_t... I>
76
constexpr auto rearray_impl(Array a, seq<I...>)
77
{
78
return make_array(a[I + Offset]...);
79
}
80
81
} // namespace detail
82
Callers
1
pop_front
Function · 0.85
Calls
1
make_array
Function · 0.70
Tested by
no test coverage detected