Classes | Namespaces | Functions
postprocessor.hpp File Reference
#include <cuml/experimental/fil/detail/index_type.hpp>
#include <cuml/experimental/fil/detail/raft_proto/gpu_support.hpp>
#include <cuml/experimental/fil/postproc_ops.hpp>
#include <stddef.h>
#include <limits>
#include <type_traits>
#include <math.h>
Include dependency graph for postprocessor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ML::experimental::fil::postprocessor< io_t >
 

Namespaces

 ML
 
 ML::experimental
 
 ML::experimental::fil
 

Functions

HOST DEVICE constexpr auto ML::experimental::fil::ops_to_val (row_op row_wise, element_op elem_wise)
 
template<row_op row_wise_v, element_op elem_wise_v, typename io_t >
HOST DEVICE void ML::experimental::fil::postprocess (io_t *val, index_type output_count, io_t *out, index_type stride=index_type{1}, io_t average_factor=io_t{1}, io_t bias=io_t{0}, io_t constant=io_t{1})