13 #ifndef MLIR_TARGET_SPIRV_DESERIALIZATION_H
14 #define MLIR_TARGET_SPIRV_DESERIALIZATION_H
29 OwningOpRef<spirv::ModuleOp>
deserialize(ArrayRef<uint32_t> binary,
30 MLIRContext *context);
OwningOpRef< spirv::ModuleOp > deserialize(ArrayRef< uint32_t > binary, MLIRContext *context)
Deserializes the given SPIR-V binary module and creates a MLIR ModuleOp in the given context.
Include the generated interface declarations.