MLIR 22.0.0git
MemRefDescriptor< T, N > Struct Template Reference

Public Attributes

T * allocated
T * aligned
int64_t offset
int64_t sizes [N]
int64_t strides [N]

Detailed Description

template<typename T, int N>
struct MemRefDescriptor< T, N >

Definition at line 108 of file VulkanRuntimeWrappers.cpp.

Member Data Documentation

◆ aligned

template<typename T, int N>
T* MemRefDescriptor< T, N >::aligned

Definition at line 110 of file VulkanRuntimeWrappers.cpp.

◆ allocated

template<typename T, int N>
T* MemRefDescriptor< T, N >::allocated

Definition at line 109 of file VulkanRuntimeWrappers.cpp.

◆ offset

template<typename T, int N>
int64_t MemRefDescriptor< T, N >::offset

Definition at line 111 of file VulkanRuntimeWrappers.cpp.

◆ sizes

template<typename T, int N>
int64_t MemRefDescriptor< T, N >::sizes[N]

Definition at line 112 of file VulkanRuntimeWrappers.cpp.

◆ strides

template<typename T, int N>
int64_t MemRefDescriptor< T, N >::strides[N]

Definition at line 113 of file VulkanRuntimeWrappers.cpp.


The documentation for this struct was generated from the following file: