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

Function trace

include/matx/operators/trace.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 */
142template <typename InputOperator>
143__MATX_INLINE__ auto trace(const InputOperator &a) {
144 return detail::TraceOp(a);
145}
146
147}

Callers 1

Calls 1

TraceOpClass · 0.85

Tested by

no test coverage detected