Poplar and PopLibs
AllTrue.hpp File Reference

Perform logical AND of tensor elements. More...

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

Go to the source code of this file.

Namespaces

namespace  popops
 Common functions, such as elementwise and reductions.
 

Functions

poplar::Tensor popops::allTrue (poplar::Graph &graph, poplar::Tensor A, poplar::program::Sequence &prog, const poplar::DebugContext &debugContext={})
 Given a boolean tensor, compute the logical AND of all its elements. More...
 

Detailed Description

Perform logical AND of tensor elements.