MLIR
23.0.0git
include
mlir
Dialect
SPIRV
IR
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
#include "
mlir/IR/BuiltinTypes.h
"
10
11
namespace
mlir::spirv
{
12
13
ParseResult
parseSPIRV_I32_1DArmTensor
(OpAsmParser &parser,
14
DenseIntElementsAttr &attr);
15
16
void
printSPIRV_I32_1DArmTensor
(OpAsmPrinter &printer, Operation *,
17
DenseIntElementsAttr attr);
18
19
}
// namespace mlir::spirv
BuiltinTypes.h
mlir::spirv
Definition
MemRefToSPIRV.h:23
mlir::spirv::printSPIRV_I32_1DArmTensor
void printSPIRV_I32_1DArmTensor(OpAsmPrinter &printer, Operation *, DenseIntElementsAttr attr)
Definition
SPIRVTosaOps.cpp:172
mlir::spirv::parseSPIRV_I32_1DArmTensor
ParseResult parseSPIRV_I32_1DArmTensor(OpAsmParser &parser, DenseIntElementsAttr &attr)
Definition
SPIRVTosaOps.cpp:150
Generated on
for MLIR by
1.14.0