MCPcopy 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
504std::size_t shape::single(const std::vector<std::size_t>& idx) const
505{
506 return this->single(idx.begin(), idx.end());
507}
508
509bool shape::packed() const
510{

Callers 2

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 1

TEST_CASEFunction · 0.36