MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / Axis

Enum Axis

extensions/include/cuMat/src/Constants.h:94–101  ·  view source on GitHub ↗

* \brief The axis over which reductions are performed. */

Source from the content-addressed store, hash-verified

92 * \brief The axis over which reductions are performed.
93 */
94enum Axis
95{
96 NoAxis = 0,
97 Row = 1,
98 Column = 2,
99 Batch = 4,
100 All = Row | Column | Batch
101};
102
103/**
104 * \brief Tags for the different reduction algorithms

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected