Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/CL/functions/
DCLDeconvolutionLayer.cpp74 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 …]
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLDeconvolutionLayer.h101 …static DeconvolutionMethod get_deconvolution_method(const ITensorInfo *input, const ITensorInfo *w…
/external/ComputeLibrary/arm_compute/core/
DTypes.h152 enum class DeconvolutionMethod enum