Public Member Functions | List of all members
ML::experimental::fil::postprocessor< io_t > Struct Template Reference

#include <postprocessor.hpp>

Collaboration diagram for ML::experimental::fil::postprocessor< io_t >:
Collaboration graph

Public Member Functions

HOST DEVICE postprocessor (row_op row_wise=row_op::disable, element_op elem_wise=element_op::disable, io_t average_factor=io_t{1}, io_t bias=io_t{0}, io_t constant=io_t{1})
 
HOST DEVICE void operator() (io_t *val, index_type output_count, io_t *out, index_type stride=index_type{1}) const
 

Constructor & Destructor Documentation

◆ postprocessor()

template<typename io_t >
HOST DEVICE ML::experimental::fil::postprocessor< io_t >::postprocessor ( row_op  row_wise = row_op::disable,
element_op  elem_wise = element_op::disable,
io_t  average_factor = io_t{1},
io_t  bias = io_t{0},
io_t  constant = io_t{1} 
)
inline

Member Function Documentation

◆ operator()()

template<typename io_t >
HOST DEVICE void ML::experimental::fil::postprocessor< io_t >::operator() ( io_t *  val,
index_type  output_count,
io_t *  out,
index_type  stride = index_type{1} 
) const
inline

The documentation for this struct was generated from the following file: