Struct MatxUtil__MatxTranspose
Defined in File matx_util.cu
-
struct MatxUtil__MatxTranspose
TODO(Documentation)
Public Functions
-
template<typename InputT, std::enable_if_t<!cudf::is_numeric<InputT>()>* = nullptr>
inline void operator()(void *input_data, void *output_data)
TODO(Documentation)
-
template<typename InputT, std::enable_if_t<cudf::is_numeric<InputT>()>* = nullptr>
inline void operator()(void *input_data, void *output_data)
TODO(Documentation)
Public Members
- TensorIndex element_count
- rmm::cuda_stream_view stream
- TensorIndex rows
- TensorIndex cols
-
template<typename InputT, std::enable_if_t<!cudf::is_numeric<InputT>()>* = nullptr>