Poplar and PopLibs
UpdateScalarInRows.hpp File Reference

Functions for updating values in tensors. More...

#include <poplar/Graph.hpp>
#include <poplar/Program.hpp>
#include <popops/ExprOp.hpp>
#include <string>

Go to the source code of this file.

Namespaces

namespace  popops
 Common functions, such as elementwise and reductions.
 

Functions

void popops::updateScalarInRows (poplar::Graph &graph, const poplar::Tensor &params, const poplar::Tensor &indices, poplar::program::Sequence &program, const poplar::DebugContext &debugContext={})
 Update in-place one scalar per row of the tensor params. More...
 

Detailed Description

Functions for updating values in tensors.