Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ type_string
Method
type_string
src/shape.cpp:654–654 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
652
std::size_t shape::element_space() const { return impl->element_space(); }
653
654
std::string shape::type_string() const { return name(this->type()); }
655
656
bool shape::dynamic() const { return not impl->m_dyn_dims.empty(); }
657
Callers
15
get_dtype
Function · 0.80
main
Function · 0.80
TEST_CASE
Function · 0.80
run_prog
Function · 0.80
test_instruction_shape
Function · 0.80
test_create_shape_type
Function · 0.80
perf_group
Function · 0.80
format_shape_name
Function · 0.80
compute_shapes
Method · 0.80
print_py_shape
Function · 0.80
print_cpp_shape
Function · 0.80
shape.cpp
File · 0.80
Calls
2
type
Method · 0.95
name
Function · 0.50
Tested by
4
TEST_CASE
Function · 0.64
run_prog
Function · 0.64
test_instruction_shape
Function · 0.64
test_create_shape_type
Function · 0.64