Adapter to enable random access to predicates via logical coordinate within a tile.
#include <predicate_vector.h>
|
CUTLASS_DEVICE | PredicateTileAdapter (PredicateVector &predicates_) |
| Ctor. More...
|
|
CUTLASS_DEVICE bool | at (int d, int h, int w, int c) const |
| Get the value at location (d, h, w, c). More...
|
|
CUTLASS_DEVICE void | set (int d, int h, int w, int c, bool value) |
| Set the value at location (d, h, w, c). More...
|
|
◆ Iterations
template<typename PredicateVector_ , typename Iterations_ >
◆ PredicateVector
template<typename PredicateVector_ , typename Iterations_ >
◆ PredicateTileAdapter()
template<typename PredicateVector_ , typename Iterations_ >
◆ at()
template<typename PredicateVector_ , typename Iterations_ >
◆ set()
template<typename PredicateVector_ , typename Iterations_ >
The documentation for this struct was generated from the following file: