Home
last modified time | relevance | path

Searched refs:ConvolutionDepthwise3x3Int8CPUKernel (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_depthwise_3x3_int8.cc29 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()
Dconvolution_depthwise_3x3_int8.h26 class ConvolutionDepthwise3x3Int8CPUKernel : public ConvolutionBaseCPUKernel {
28ConvolutionDepthwise3x3Int8CPUKernel(OpParameter *parameter, const std::vector<lite::Tensor *> &in… in ConvolutionDepthwise3x3Int8CPUKernel() function
31 ~ConvolutionDepthwise3x3Int8CPUKernel() override;
Dconvolution_int8_creator.cc63 …kernel = new (std::nothrow) kernel::ConvolutionDepthwise3x3Int8CPUKernel(op_parameter, inputs, out… in CpuConvDwInt8KernelCreator()