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

Method normalize_standard

src/shape.cpp:567–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565bool shape::standard() const { return impl->m_standard; }
566
567shape shape::normalize_standard() const
568{
569 if(this->standard())
570 return {this->type(), this->lens()};
571 else
572 return *this;
573}
574
575shape shape::as_standard() const
576{

Callers 8

TEST_CASEFunction · 0.80
applyMethod · 0.80
compute_shapeMethod · 0.80
blas_shape_hipFunction · 0.80
hip_gemm_implMethod · 0.80
blas_shapeFunction · 0.80
gemm_implMethod · 0.80
make_tensorFunction · 0.80

Calls 3

standardMethod · 0.95
typeMethod · 0.95
lensMethod · 0.80

Tested by 1

TEST_CASEFunction · 0.64