MLIR
15.0.0git
|
#include "mlir/ExecutionEngine/CRunnerUtils.h"
Public Member Functions | |
DynamicMemRefType (const StridedMemRefType< T, 0 > &memRef) | |
template<int N> | |
DynamicMemRefType (const StridedMemRefType< T, N > &memRef) | |
DynamicMemRefType (const ::UnrankedMemRefType< T > &memRef) | |
Public Attributes | |
int64_t | rank |
T * | basePtr |
T * | data |
int64_t | offset |
const int64_t * | sizes |
const int64_t * | strides |
Definition at line 306 of file CRunnerUtils.h.
|
inlineexplicit |
Definition at line 308 of file CRunnerUtils.h.
|
inlineexplicit |
Definition at line 312 of file CRunnerUtils.h.
|
inlineexplicit |
Definition at line 315 of file CRunnerUtils.h.
References StridedMemRefType< T, 1 >::basePtr.
T* DynamicMemRefType< T >::basePtr |
Definition at line 326 of file CRunnerUtils.h.
Referenced by impl::verifyMemRef().
T* DynamicMemRefType< T >::data |
Definition at line 327 of file CRunnerUtils.h.
Referenced by impl::printMemRef(), and printMemRefMetaData().
int64_t DynamicMemRefType< T >::offset |
Definition at line 328 of file CRunnerUtils.h.
Referenced by impl::printMemRef(), printMemRefMetaData(), and impl::verifyMemRef().
int64_t DynamicMemRefType< T >::rank |
Definition at line 325 of file CRunnerUtils.h.
Referenced by impl::printMemRef(), printMemRefMetaData(), and impl::verifyMemRef().
const int64_t* DynamicMemRefType< T >::sizes |
Definition at line 329 of file CRunnerUtils.h.
Referenced by impl::printMemRef(), printMemRefMetaData(), and impl::verifyMemRef().
const int64_t* DynamicMemRefType< T >::strides |
Definition at line 330 of file CRunnerUtils.h.
Referenced by impl::printMemRef(), printMemRefMetaData(), and impl::verifyMemRef().