MLIR
22.0.0git
|
#include "mlir/Interfaces/InferIntRangeInterface.h"
#include "mlir/Interfaces/InferStridedMetadataInterface.h.inc"
Go to the source code of this file.
Classes | |
class | mlir::StridedMetadataRange |
A class that represents the strided metadata range information, including offsets, sizes, and strides as integer ranges. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Typedefs | |
using | mlir::SetStridedMetadataRangeFn = function_ref< void(Value, const StridedMetadataRange &)> |
Callback function type for setting the strided metadata of a value. More... | |
Functions | |
raw_ostream & | mlir::operator<< (raw_ostream &os, const StridedMetadataRange &range) |
Print the strided metadata to os . More... | |