8#ifndef poplin_ConvPreplan_hpp
9#define poplin_ConvPreplan_hpp
13#include <poplar/Graph.hpp>
14#include <poplar/OptionFlags.hpp>
37void preplan(
const std::set<ConvPlanParams> &convs,
38 const std::set<MatMulPlanParams> &matmuls, PlanningCache &cache);
Functions and data types to support performing convolutions.
Linear algebra functions.
Definition: Cholesky.hpp:14
void preplan(const std::set< ConvPlanParams > &convs, const std::set< MatMulPlanParams > &matmuls, PlanningCache &cache)
Plan the specified convolutions & matmuls.
Sparse matrix multiply operations.