ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::depthwise_conv_op::LaunchDepthwiseConvOp< Device, T > Struct Template Reference

#include <depthwise_conv_op.h>

Public Member Functions

void operator() (int batch, int in_rows, int in_cols, int in_depth, int filter_rows, int filter_cols, int depth_multiplier, int stride, int pad_rows, int pad_cols, int out_rows, int out_cols, int out_depth, const T *input, const T *depthwise_filter, T *padded_filter_data, bool pad_filter, T *in_buf, T *output)
 

Detailed Description

template<typename Device, typename T>
struct nnfw::cker::depthwise_conv_op::LaunchDepthwiseConvOp< Device, T >

Definition at line 36 of file depthwise_conv_op.h.

Member Function Documentation

◆ operator()()

template<typename Device , typename T >
void nnfw::cker::depthwise_conv_op::LaunchDepthwiseConvOp< Device, T >::operator() ( int  batch,
int  in_rows,
int  in_cols,
int  in_depth,
int  filter_rows,
int  filter_cols,
int  depth_multiplier,
int  stride,
int  pad_rows,
int  pad_cols,
int  out_rows,
int  out_cols,
int  out_depth,
const T *  input,
const T *  depthwise_filter,
T *  padded_filter_data,
bool  pad_filter,
T *  in_buf,
T *  output 
)

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