Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
603
shape shape::with_type(type_t t) const
604
{
605
auto c = impl->copy();
606
c->m_type = t;
607
return {c};
608
}
609
610
shape shape::to_dynamic() const
611
{
Callers
10
TEST_CASE
Function · 0.80
TEST_CASE
Function · 0.80
apply
Method · 0.80
convert
Method · 0.80
compute_shape
Method · 0.80
get_shape_for_mlir
Method · 0.80
compile
Method · 0.80
compile
Method · 0.80
compute_shape
Method · 0.80
compute_shape
Method · 0.80
Calls
1
copy
Method · 0.45
Tested by
2
TEST_CASE
Function · 0.64
TEST_CASE
Function · 0.64