MCPcopy 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

652std::size_t shape::element_space() const { return impl->element_space(); }
653
654std::string shape::type_string() const { return name(this->type()); }
655
656bool shape::dynamic() const { return not impl->m_dyn_dims.empty(); }
657

Callers 15

get_dtypeFunction · 0.80
mainFunction · 0.80
TEST_CASEFunction · 0.80
run_progFunction · 0.80
test_instruction_shapeFunction · 0.80
test_create_shape_typeFunction · 0.80
perf_groupFunction · 0.80
format_shape_nameFunction · 0.80
compute_shapesMethod · 0.80
print_py_shapeFunction · 0.80
print_cpp_shapeFunction · 0.80
shape.cppFile · 0.80

Calls 2

typeMethod · 0.95
nameFunction · 0.50

Tested by 4

TEST_CASEFunction · 0.64
run_progFunction · 0.64
test_instruction_shapeFunction · 0.64
test_create_shape_typeFunction · 0.64