Searched refs:DeconvolutionMethod (Results 1 – 3 of 3) sorted by relevance
74 case DeconvolutionMethod::DIRECT: in configure()87 case DeconvolutionMethod::UPSCALE_CONV2D: in configure()94 case DeconvolutionMethod::GEMM: in configure()113 case DeconvolutionMethod::DIRECT: in validate()119 case DeconvolutionMethod::UPSCALE_CONV2D: in validate()125 case DeconvolutionMethod::GEMM: in validate()139 DeconvolutionMethod CLDeconvolutionLayer::get_deconvolution_method(const ITensorInfo *input, const … in get_deconvolution_method()146 return DeconvolutionMethod::UPSCALE_CONV2D; in get_deconvolution_method()160 return DeconvolutionMethod::DIRECT; in get_deconvolution_method()164 return DeconvolutionMethod::UPSCALE_CONV2D; in get_deconvolution_method()[all …]
101 …static DeconvolutionMethod get_deconvolution_method(const ITensorInfo *input, const ITensorInfo *w…
152 enum class DeconvolutionMethod enum