Cutlass
CUDA Templates for Linear Algebra Subroutines and Solvers
|
Compute derived counted of a Layout Concept based class.
#include <shape.h>
Static Public Attributes | |
static int const | kWc = Shape::kW * Shape::kC |
The number of elements per row. More... | |
static int const | kHw = Shape::kH * Shape::kW |
The number of pixels per image. More... | |
static int const | kHwc = Shape::kH * kWc |
The number of elements per image. More... | |
static int const | kDhw = Shape::kD * kHw |
The number of pixels per cube. More... | |
static int const | kDhwc = Shape::kD * kHwc |
The number of elements in the 4D space. More... | |
static int const | kCount = kDhwc |
The number of elements in the 4D space. More... | |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |