MCPcopy Create free account
hub / github.com/NVIDIA/MatX / Rank

Function Rank

include/matx/operators/max.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 static __MATX_INLINE__ constexpr __MATX_HOST__ __MATX_DEVICE__ int32_t Rank()
93 {
94 return ORank;
95 }
96
97 template <typename ShapeType, typename Executor>
98 __MATX_INLINE__ void InnerPreRun([[maybe_unused]] ShapeType &&shape, Executor &&ex) const noexcept

Callers 4

a_Function · 0.70
maxFunction · 0.70
rmaxFunction · 0.70
max.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected