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

Method with_type

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

Source from the content-addressed store, hash-verified

601}
602
603shape shape::with_type(type_t t) const
604{
605 auto c = impl->copy();
606 c->m_type = t;
607 return {c};
608}
609
610shape shape::to_dynamic() const
611{

Callers 10

TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
applyMethod · 0.80
convertMethod · 0.80
compute_shapeMethod · 0.80
get_shape_for_mlirMethod · 0.80
compileMethod · 0.80
compileMethod · 0.80
compute_shapeMethod · 0.80
compute_shapeMethod · 0.80

Calls 1

copyMethod · 0.45

Tested by 2

TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64