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

Function Rank

include/matx/operators/if.h:174–177  ·  view source on GitHub ↗

* @brief Rank of IF operator * * @return Rank */

Source from the content-addressed store, hash-verified

172 * @return Rank
173 */
174 static __MATX_INLINE__ constexpr __MATX_HOST__ __MATX_DEVICE__ int32_t Rank()
175 {
176 return detail::matx_max(detail::get_rank<T1>(), detail::get_rank<T2>());
177 }
178
179 /**
180 * @brief Size of dimension of operator

Callers 2

get_jit_op_strMethod · 0.70
if.hFile · 0.70

Calls 1

matx_maxFunction · 0.85

Tested by

no test coverage detected