Poplar and PopLibs
ElementWiseUtil.hpp File Reference

Supporting functions for element-wise operations. More...

#include <poplar/Graph.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  popops
 Common functions, such as elementwise and reductions.
 

Functions

poplar::Tensor popops::createOutputForElementWiseOp (poplar::Graph &graph, const std::vector< poplar::Tensor > &inputs, const poplar::Type &outputType, const poplar::DebugContext &debugContext={})
 Create a tensor for use as the output of an element-wise operation (operation with no dependency between more than one element of the output and any given element of any input tensor). More...
 

Detailed Description

Supporting functions for element-wise operations.