MLIR
15.0.0git
|
#include "mlir/ExecutionEngine/RunnerUtils.h"
Static Public Member Functions | |
static void | print (std::ostream &os, T *base, int64_t dim, int64_t rank, int64_t offset, const int64_t *sizes, const int64_t *strides) |
static void | printFirst (std::ostream &os, T *base, int64_t dim, int64_t rank, int64_t offset, const int64_t *sizes, const int64_t *strides) |
static void | printLast (std::ostream &os, T *base, int64_t dim, int64_t rank, int64_t offset, const int64_t *sizes, const int64_t *strides) |
Definition at line 133 of file RunnerUtils.h.
|
static |
Definition at line 163 of file RunnerUtils.h.
References print(), and impl::printSpace().
Referenced by impl::printMemRef().
|
static |
Definition at line 146 of file RunnerUtils.h.
References print().
|
static |
Definition at line 185 of file RunnerUtils.h.
References print(), and impl::printSpace().