MLIR 23.0.0git
SPIRVTosaOps.h
Go to the documentation of this file.
1//===- SPIRVTosaOps.h - MLIR SPIR-V Tosa operations -------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef MLIR_DIALECT_SPIRV_IR_SPIRVTOSAOPS_H_
10#define MLIR_DIALECT_SPIRV_IR_SPIRVTOSAOPS_H_
11
15
16namespace mlir::spirv {
17
18ParseResult parseSPIRV_I32_1DArmTensor(OpAsmParser &parser,
19 DenseIntElementsAttr &attr);
20
21void printSPIRV_I32_1DArmTensor(OpAsmPrinter &printer, Operation *,
22 DenseIntElementsAttr attr);
23
24} // namespace mlir::spirv
25
26#endif // MLIR_DIALECT_SPIRV_IR_SPIRVTOSAOPS_H_
void printSPIRV_I32_1DArmTensor(OpAsmPrinter &printer, Operation *, DenseIntElementsAttr attr)
ParseResult parseSPIRV_I32_1DArmTensor(OpAsmParser &parser, DenseIntElementsAttr &attr)