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

#include <LinalgTraits.h>

Classes

class  Impl
 

Detailed Description

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

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

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


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