ONE - On-device Neural Engine
|
#include <DepthwiseConv.h>
Public Member Functions | |
DepthwiseConvWorkerTask (const DepthwiseConvParams ¶ms, const Shape &input_shape, const T *input_data, const Shape &filter_shape, const T *filter_data, const Shape &bias_shape, const TS *bias_data, const Shape &output_shape, T *output_data, int thread_start, int thread_end, int thread_dim) | |
void | Run () override |
Definition at line 45 of file DepthwiseConv.h.
|
inline |
Definition at line 47 of file DepthwiseConv.h.
|
inlineoverride |
Definition at line 58 of file DepthwiseConv.h.
References nnfw::cker::optimized::DepthwiseConvImpl().