#include <cuml/fil/detail/index_type.hpp>
#include <cuml/fil/detail/raft_proto/gpu_support.hpp>
#include <cuml/fil/postproc_ops.hpp>
#include <stddef.h>
#include <limits>
#include <type_traits>
#include <math.h>
 
Go to the source code of this file.
 | 
| HOST DEVICE constexpr auto  | ML::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::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}) | 
|   |