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

Method as_standard

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

Source from the content-addressed store, hash-verified

573}
574
575shape shape::as_standard() const
576{
577 if(not this->dynamic())
578 return {this->type(), this->lens()};
579 else
580 return *this;
581}
582
583shape shape::with_lens(type_t t, const std::vector<std::size_t>& l) const
584{

Callers 15

add_mlirFunction · 0.80
create_mlir_submoduleFunction · 0.80
add_groupFunction · 0.80
generic_splitFunction · 0.80
insert_paramsFunction · 0.80
offload_to_mlirFunction · 0.80
is_transposedFunction · 0.80
time_programFunction · 0.80
fuse_input_opsFunction · 0.80
applyMethod · 0.80

Calls 3

dynamicMethod · 0.95
typeMethod · 0.95
lensMethod · 0.80

Tested by

no test coverage detected