My Project
Classes
mlir::OpTrait::linalg::NOutputs< N > Class Template Reference

#include <LinalgTraits.h>

Classes

class  Impl
 

Detailed Description

template<unsigned N>
class mlir::OpTrait::linalg::NOutputs< N >

This class provides the API for ops that are known to have a specified number of outputs, all passed as operands. Use as a trait as follows:

class DotOp : public Op<DotOp, OpTrait::NOutputs<2>::Impl> {


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