VisionCpp  0.0.1
Variables
visioncpp::internal::mem_dim Namespace Reference

Color / Row-major option. More...

Variables

static constexpr size_t ColDim = 0
 when the sycl change the dim this should be applied and work ColDim=1 and RowDim==0; More...
 
static constexpr size_t RowDim = 1
 

Detailed Description

Color / Row-major option.

Variable Documentation

◆ ColDim

constexpr size_t visioncpp::internal::mem_dim::ColDim = 0
staticconstexpr

when the sycl change the dim this should be applied and work ColDim=1 and RowDim==0;

Definition at line 35 of file mem_coordinate.hpp.

◆ RowDim

constexpr size_t visioncpp::internal::mem_dim::RowDim = 1
staticconstexpr

Definition at line 36 of file mem_coordinate.hpp.