Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ min_lens
Method
min_lens
src/shape.cpp:680–683 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
678
}
679
680
std::vector<std::size_t> shape::min_lens() const
681
{
682
return this->dynamic() ? impl->min_lens() : this->lens();
683
}
684
685
std::vector<std::size_t> shape::max_lens() const
686
{
Callers
8
TEST_CASE
Function · 0.45
dyn_shape_from_shapes
Method · 0.45
check_shapes
Class · 0.45
dynamic_compute_shape
Method · 0.45
normalize_compute_shape
Method · 0.45
dynamic_compute_shape
Method · 0.45
normalize_compute_shape
Method · 0.45
normalize_compute_shape
Method · 0.45
Calls
2
dynamic
Method · 0.95
lens
Method · 0.80
Tested by
1
TEST_CASE
Function · 0.36