MLIR  19.0.0git
Static Public Member Functions | List of all members
impl::VectorDataPrinter< T, M, Dims > Struct Template Reference

#include "mlir/ExecutionEngine/RunnerUtils.h"

Static Public Member Functions

static void print (std::ostream &os, const Vector< T, M, Dims... > &val)
 

Detailed Description

template<typename T, int M, int... Dims>
struct impl::VectorDataPrinter< T, M, Dims >

Definition at line 105 of file RunnerUtils.h.

Member Function Documentation

◆ print()

template<typename T , int M, int... Dims>
void impl::VectorDataPrinter< T, M, Dims >::print ( std::ostream &  os,
const Vector< T, M, Dims... > &  val 
)
static

Definition at line 110 of file RunnerUtils.h.

References impl::printSpace().

Referenced by impl::operator<<().


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