Home
last modified time | relevance | path

Searched refs:DeconvolutionLayerDescriptor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/nodes/
H A DDeconvolutionLayerNode.h42 DeconvolutionLayerNode(const descriptors::DeconvolutionLayerDescriptor &descriptor);
67 descriptors::DeconvolutionLayerDescriptor descriptor;
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DLayerDescriptors.h118 struct DeconvolutionLayerDescriptor struct
125DeconvolutionLayerDescriptor(PadStrideInfo info, QuantizationInfo out_quant_info = QuantizationInf…
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DDeconvolutionLayerNode.cpp35 DeconvolutionLayerNode::DeconvolutionLayerNode(const descriptors::DeconvolutionLayerDescriptor &des… in DeconvolutionLayerNode()
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DGraphBuilder.cpp315 … deconv_nid = g.add_node<DeconvolutionLayerNode>(descriptors::DeconvolutionLayerDescriptor{ deconv… in add_deconvolution_node()
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_edsr.h1244 … descriptors::DeconvolutionLayerDescriptor in setup()