MLIR  19.0.0git
Public Attributes | List of all members
mlir::TypeConverter::SignatureConversion::InputMapping Struct Reference

This struct represents a range of new types or a single value that remaps an existing signature input. More...

#include "mlir/Transforms/DialectConversion.h"

Public Attributes

size_t inputNo
 
size_t size
 
Value replacementValue
 

Detailed Description

This struct represents a range of new types or a single value that remaps an existing signature input.

Definition at line 70 of file DialectConversion.h.

Member Data Documentation

◆ inputNo

size_t mlir::TypeConverter::SignatureConversion::InputMapping::inputNo

Definition at line 71 of file DialectConversion.h.

◆ replacementValue

Value mlir::TypeConverter::SignatureConversion::InputMapping::replacementValue

Definition at line 72 of file DialectConversion.h.

◆ size

size_t mlir::TypeConverter::SignatureConversion::InputMapping::size

Definition at line 71 of file DialectConversion.h.


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