Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
142
template <typename InputOperator>
143
__MATX_INLINE__ auto trace(const InputOperator &a) {
144
return detail::TraceOp(a);
145
}
146
147
}
Callers
1
__MATX_INLINE__ trace_impl
Function · 0.85
Calls
1
TraceOp
Class · 0.85
Tested by
no test coverage detected