13 #ifndef MLIR_CONVERSION_TENSORTOSPIRV_TENSORTOSPIRV_H
14 #define MLIR_CONVERSION_TENSORTOSPIRV_TENSORTOSPIRV_H
19 class SPIRVTypeConverter;
34 int64_t byteCountThreshold,
35 RewritePatternSet &patterns);
Include the generated interface declarations.
void populateTensorToSPIRVPatterns(const SPIRVTypeConverter &typeConverter, int64_t byteCountThreshold, RewritePatternSet &patterns)
Appends to a pattern list additional patterns for translating tensor ops to SPIR-V ops.