My Project
include
mlir
Dialect
Linalg
Utils
Intrinsics.h
Go to the documentation of this file.
1
//===- Intrinsics.h - Linalg intrinsics definitions -----------------------===//
2
//
3
// Part of the MLIR 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_LINALG_INTRINSICS_H_
10
#define MLIR_DIALECT_LINALG_INTRINSICS_H_
11
12
#include "
mlir/EDSC/Intrinsics.h
"
13
14
namespace
mlir
{
15
namespace
linalg {
16
class
CopyOp;
17
class
FillOp;
18
class
RangeOp;
19
class
SliceOp;
20
namespace
intrinsics {
21
using
copy
=
mlir::edsc::intrinsics::OperationBuilder<CopyOp>
;
22
using
fill
=
mlir::edsc::intrinsics::OperationBuilder<FillOp>
;
23
using
range
=
mlir::edsc::intrinsics::ValueBuilder<RangeOp>
;
24
using
slice
=
mlir::edsc::intrinsics::ValueBuilder<SliceOp>
;
25
}
// namespace intrinsics
26
}
// namespace linalg
27
}
// namespace mlir
28
29
#endif // MLIR_DIALECT_LINALG_INTRINSICS_H_
mlir
Definition:
InferTypeOpInterface.cpp:20
Intrinsics.h
mlir::edsc::intrinsics::ValueBuilder
Definition:
Intrinsics.h:125
mlir::edsc::intrinsics::OperationBuilder
Definition:
Intrinsics.h:172
Generated by
1.8.13