|
ONE - On-device Neural Engine
|
Namespaces | |
| namespace | misc |
| namespace | weights_transformations |
Data Structures | |
| class | CLCastBool |
| Class to run CLCastBoolKernel. This converts the boolean input tensor to the output tensor's type. More... | |
| class | CLCastBoolKernel |
| Class for the kernel converting boolean type. More... | |
| class | CLDirectTransposeConvLayer |
| class | CLEmbeddingLookupKernel |
| Class to perform EmbeddingLookup operation with opencl kernel. More... | |
| class | CLFullyConnectedHybridLayer |
| class | CLFullyConnectedLayerEx |
| class | CLFullyConnectedReshapingLayer |
| Class to run FullyConnected Layer after reshaping input tensor. More... | |
| class | CLGatherExKernel |
| Class to define an interface for the gather kernel. More... | |
| class | CLGEMMMatrixAccumulateBiasesKernel |
| class | CLHashtableLookup |
| Class to perform HashtableLookup operation. More... | |
| class | CLHashtableLookupKernel |
| Class to perform HashtableLookup operation with opencl kernel. More... | |
| class | CLInstanceNormalizationLayerKernelEx |
| class | CLKernelLibraryEx |
| Class to build OpenCL kernels added from nnfw. More... | |
| class | CLMemsetKernel |
| class | CLMultiplyScaleFactorKernel |
| class | CLOneHot |
| class | CLOneHotKernel |
| class | CLPadLayerEx |
| class | CLPadLayerKernelEx |
| class | CLQuantizationSymmetricKernel |
| class | CLReduceOperation |
| Class to perform ReduceOperation. More... | |
| class | CLReduceOperationKernel |
| Class to define interface for the reduce operation kernel. More... | |
| class | CLScaleFactorSymm8Kernel |
| class | CLTopKV2 |
| Class to execute TopKV2 operation. More... | |
| class | CLTransposeConvLayer |
| class | NECastBool |
| Class to run INESimpleFunctionNoBorder. More... | |
| class | NECastBoolKernel |
| Class for the kernel converting boolean type. More... | |
| class | NEEmbeddingLookupKernel |
| class | NEFullyConnectedHybridLayer |
| class | NEFullyConnectedLayerEx |
| class | NEFullyConnectedReshapingLayer |
| Class to run FullyConnected Layer after reshaping input tensor. More... | |
| class | NEGEMMMatrixAccumulateBiasesKernel |
| class | NEHashtableLookup |
| Class to perform HashtableLookup operation. More... | |
| class | NEHashtableLookupKernel |
| class | NEInstanceNormalizationLayerKernelEx |
| class | NEMultiplyScaleFactorKernel |
| class | NEOneHot |
| class | NEOneHotKernel |
| class | NEQuantizationSymmetricKernel |
| class | NEReduceOperation |
| class | NEReduceSum |
Functions | |
| const std::pair< unsigned int, unsigned int > | transposeconv_output_dimensions (unsigned int in_width, unsigned int in_height, unsigned int kernel_width, unsigned int kernel_height, const PadStrideInfo &info, unsigned int invalid_right, unsigned int invalid_top) |
| const std::pair< unsigned int, unsigned int > arm_compute::transposeconv_output_dimensions | ( | unsigned int | in_width, |
| unsigned int | in_height, | ||
| unsigned int | kernel_width, | ||
| unsigned int | kernel_height, | ||
| const PadStrideInfo & | info, | ||
| unsigned int | invalid_right, | ||
| unsigned int | invalid_top | ||
| ) |
Returns expected width and height of the transpose convolution's output tensor.
| [in] | in_width | Width of input tensor (Number of columns) |
| [in] | in_height | Height of input tensor (Number of rows) |
| [in] | kernel_width | Kernel width. |
| [in] | kernel_height | Kernel height. |
| [in] | info | padding and stride info. |
| [in] | invalid_right | The number of zeros added to right edge of the output. |
| [in] | invalid_top | The number of zeros added to bottom edge of the output. |
Definition at line 47 of file UtilsEx.cpp.
References info.
Referenced by arm_compute::CLDirectTransposeConvLayer::configure(), and arm_compute::CLDirectTransposeConvLayer::validate().