Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ single
Method
single
src/shape.cpp:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
std::size_t shape::single(const std::vector<std::size_t>& idx) const
505
{
506
return this->single(idx.begin(), idx.end());
507
}
508
509
bool shape::packed() const
510
{
Callers
2
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
1
TEST_CASE
Function · 0.36