Searched refs:ConvolutionDepthwise3x3Int8CPUKernel (Results 1 – 3 of 3) sorted by relevance
29 ConvolutionDepthwise3x3Int8CPUKernel::~ConvolutionDepthwise3x3Int8CPUKernel() { in ~ConvolutionDepthwise3x3Int8CPUKernel()41 int ConvolutionDepthwise3x3Int8CPUKernel::InitWeightBias() { in InitWeightBias()109 int ConvolutionDepthwise3x3Int8CPUKernel::Init() { in Init()133 int ConvolutionDepthwise3x3Int8CPUKernel::ReSize() { in ReSize()144 int ConvolutionDepthwise3x3Int8CPUKernel::DoExecute(int task_id) { in DoExecute()152 auto conv_dw_int8 = reinterpret_cast<ConvolutionDepthwise3x3Int8CPUKernel *>(cdata); in ConvDw3x3Int8Run()161 int ConvolutionDepthwise3x3Int8CPUKernel::InitBuffer() { in InitBuffer()172 int ConvolutionDepthwise3x3Int8CPUKernel::Run() { in Run()
26 class ConvolutionDepthwise3x3Int8CPUKernel : public ConvolutionBaseCPUKernel {28 …ConvolutionDepthwise3x3Int8CPUKernel(OpParameter *parameter, const std::vector<lite::Tensor *> &in… in ConvolutionDepthwise3x3Int8CPUKernel() function31 ~ConvolutionDepthwise3x3Int8CPUKernel() override;
63 …kernel = new (std::nothrow) kernel::ConvolutionDepthwise3x3Int8CPUKernel(op_parameter, inputs, out… in CpuConvDwInt8KernelCreator()