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

Method has_optimal

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

Source from the content-addressed store, hash-verified

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
696shape::dynamic_dimension& shape::dynamic_dimension::operator+=(const std::size_t& x)
697{

Callers 1

TEST_CASEFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TEST_CASEFunction · 0.64