Poplar and PopLibs
|
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 ¶ms, const poplar::Tensor &indices, poplar::program::Sequence &program, const poplar::DebugContext &debugContext={}) |
Update in-place one scalar per row of the tensor params . More... | |
Functions for updating values in tensors.