MCPcopy 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

654std::string shape::type_string() const { return name(this->type()); }
655
656bool shape::dynamic() const { return not impl->m_dyn_dims.empty(); }
657
658bool shape::any_of_dynamic() const
659{

Callers 15

ndimMethod · 0.95
indexMethod · 0.95
packedMethod · 0.95
transposedMethod · 0.95
broadcastedMethod · 0.95
scalarMethod · 0.95
as_standardMethod · 0.95
with_lensMethod · 0.95
to_dynamicMethod · 0.95
to_staticMethod · 0.95
any_of_dynamicMethod · 0.95
min_lensMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by 5

TEST_CASEFunction · 0.64
run_progFunction · 0.64
test_create_dyn_shapeFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64