Poplar and PopLibs
ConvPreplan.hpp File Reference

Functions and data types to support performing convolution preplanning. More...

#include "Convolution.hpp"
#include "MatMul.hpp"
#include <poplar/Graph.hpp>
#include <poplar/OptionFlags.hpp>
#include <set>
#include <tuple>

Go to the source code of this file.

Namespaces

namespace  poplin
 Linear algebra functions.
 

Functions

void poplin::preplan (const std::set< ConvPlanParams > &convs, const std::set< MatMulPlanParams > &matmuls, PlanningCache &cache)
 Plan the specified convolutions & matmuls. More...
 

Detailed Description

Functions and data types to support performing convolution preplanning.