16#ifndef __LUCI_COMPUTE_DEPTHWISE_CONV2D_H__
17#define __LUCI_COMPUTE_DEPTHWISE_CONV2D_H__
45 _filter_shape = shape;
71 const float *_input_data =
nullptr;
72 const float *_filter_data =
nullptr;
73 const float *_bias_data =
nullptr;
78 float *_output_data =
nullptr;
void filter(const loco::TensorShape &shape, const float *data)
const loco::TensorShape & output_shape(void) const
DepthwiseParams & params(void)
void bias(const loco::TensorShape &shape, const float *data)
void input(const loco::TensorShape &shape, const float *data)
DepthwiseConv2D()=default
void fused_act_func(FusedActFunc func)
const T * data(const std::vector< T, Alloc > &v)