MLIR  19.0.0git
Public Attributes | List of all members
UnrankedMemRefType< T > Struct Template Reference

#include "mlir/ExecutionEngine/CRunnerUtils.h"

Public Attributes

int64_t rank
 
void * descriptor
 

Detailed Description

template<typename T>
struct UnrankedMemRefType< T >

Definition at line 311 of file CRunnerUtils.h.

Member Data Documentation

◆ descriptor

template<typename T >
void* UnrankedMemRefType< T >::descriptor

Definition at line 313 of file CRunnerUtils.h.

◆ rank

template<typename T >
int64_t UnrankedMemRefType< T >::rank

Definition at line 312 of file CRunnerUtils.h.


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