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
10
11namespace mlir::spirv {
12
13ParseResult parseSPIRV_I32_1DArmTensor(OpAsmParser &parser,
14 DenseIntElementsAttr &attr);
15
16void printSPIRV_I32_1DArmTensor(OpAsmPrinter &printer, Operation *,
17 DenseIntElementsAttr attr);
18
19} // namespace mlir::spirv
void printSPIRV_I32_1DArmTensor(OpAsmPrinter &printer, Operation *, DenseIntElementsAttr attr)
ParseResult parseSPIRV_I32_1DArmTensor(OpAsmParser &parser, DenseIntElementsAttr &attr)