Struct MatxUtil__MatxThreshold

struct MatxUtil__MatxThreshold

TODO(Documentation)

Public Functions

template<typename InputT, std::enable_if_t<!cudf::is_floating_point<InputT>()>* = nullptr>
inline void operator()(void *input_data, void *output_data, double threshold, const ShapeType &stride)

TODO(Documentation)

template<typename InputT, std::enable_if_t<cudf::is_floating_point<InputT>()>* = nullptr>
inline void operator()(void *input_data, void *output_data, double threshold, const ShapeType &stride)

TODO(Documentation)

Public Members

TensorIndex rows

TensorIndex cols

bool by_row

rmm::cuda_stream_view stream

© Copyright 2023, NVIDIA. Last updated on Apr 11, 2023.