|
Poplar and PopLibs
|
Files | |
| file | Cholesky.hpp [code] |
| Factorise a positive definite matrix using Cholesky decomposition. | |
| file | codelets.hpp [code] |
| file | Convolution.hpp [code] |
| Functions and data types to support performing convolutions. | |
| file | ConvParams.hpp [code] |
| Data types for convolution parameters. | |
| file | ConvPreplan.hpp [code] |
| Functions and data types to support performing convolution preplanning. | |
| file | ConvUtil.hpp [code] |
| A collection of utility functions to assist calculation of input/output ranges when moving a 2-dimensional kernel over a larger 2-dimensional space (for example in convolution or pooling layers) | |
| file | FullyConnected.hpp [code] |
| Functions and data types to for performing operations on fully-connected layers. | |
| file | MatMul.hpp [code] |
| Functions and data types for performing matrix multiplies on the IPU. | |
| file | MeshGrid.hpp [code] |
| Functions to populate arrays with linear sequences of values. | |
| file | MultiConvolution.hpp [code] |
| Support performing convolutions in parallel. | |
| file | Norms.hpp [code] |
| Functions to support normalising values in a tensor. | |
| file | TriangularSolve.hpp [code] |
| Solving linear equations using triangular matrices. | |