VisionCpp
0.0.1
|
PlaceHolder is used to replace the Vision Memory in the LeafNode containing sycl buffer. More...
#include <expr_convertor.hpp>
Public Types | |
using | Type = PlaceHolder< LeafType, N, C, R, Sc > |
using | OutType = Type |
Static Public Attributes | |
static constexpr size_t | I = N |
static constexpr size_t | Cols = C |
static constexpr size_t | Rows = R |
static constexpr size_t | LeafType = Memory_Type |
static constexpr size_t | Scope = Sc |
PlaceHolder is used to replace the Vision Memory in the LeafNode containing sycl buffer.
PlaceHolder contains the order of the leaf node in the expression tree. template parameters:
Memory_Type | represents the type of the memory |
N | represents the order of the visionMemory in the LeafNode |
C | contains the column size of the visionMemory |
R | contains the row size of the visionMemory |
Definition at line 38 of file expr_convertor.hpp.
using visioncpp::internal::PlaceHolder< Memory_Type, N, C, R, Sc >::OutType = Type |
Definition at line 44 of file expr_convertor.hpp.
using visioncpp::internal::PlaceHolder< Memory_Type, N, C, R, Sc >::Type = PlaceHolder<LeafType, N, C, R, Sc> |
Definition at line 43 of file expr_convertor.hpp.
|
staticconstexpr |
Definition at line 40 of file expr_convertor.hpp.
|
staticconstexpr |
Definition at line 39 of file expr_convertor.hpp.
|
staticconstexpr |
Definition at line 42 of file expr_convertor.hpp.
|
staticconstexpr |
Definition at line 41 of file expr_convertor.hpp.
|
staticconstexpr |
Definition at line 45 of file expr_convertor.hpp.