Home
last modified time | relevance | path

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

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