MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / is_fixed

Method is_fixed

src/shape.cpp:692–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690std::vector<std::set<std::size_t>> shape::opt_lens() const { return impl->opt_lens(); }
691
692bool shape::dynamic_dimension::is_fixed() const { return this->min == this->max; }
693
694bool shape::dynamic_dimension::has_optimal() const { return not optimals.empty(); }
695

Callers 15

TEST_CASEFunction · 0.80
run_progFunction · 0.80
test_create_dyn_dimsFunction · 0.80
TEST_CASEFunction · 0.80
applyMethod · 0.80
to_staticMethod · 0.80
operator==Function · 0.80
tune_attributeFunction · 0.80
has_one_unique_dyn_dimFunction · 0.80
is_dynamicMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by 4

TEST_CASEFunction · 0.64
run_progFunction · 0.64
test_create_dyn_dimsFunction · 0.64
TEST_CASEFunction · 0.64