Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ dynamic
Method
dynamic
src/shape.cpp:656–656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
654
std::string shape::type_string() const { return name(this->type()); }
655
656
bool shape::dynamic() const { return not impl->m_dyn_dims.empty(); }
657
658
bool shape::any_of_dynamic() const
659
{
Callers
15
ndim
Method · 0.95
index
Method · 0.95
packed
Method · 0.95
transposed
Method · 0.95
broadcasted
Method · 0.95
scalar
Method · 0.95
as_standard
Method · 0.95
with_lens
Method · 0.95
to_dynamic
Method · 0.95
to_static
Method · 0.95
any_of_dynamic
Method · 0.95
min_lens
Method · 0.95
Calls
1
empty
Method · 0.45
Tested by
5
TEST_CASE
Function · 0.64
run_prog
Function · 0.64
test_create_dyn_shape
Function · 0.64
TEST_CASE
Function · 0.64
TEST_CASE
Function · 0.64