Fix src/Dialect/ONNX/ONNXOps.td.inc (#68)
This commit is contained in:
parent
f16e79d744
commit
83eb15bfae
|
@ -61,6 +61,7 @@ class ONNX_Op<string mnemonic, list<OpTrait> traits = []> :
|
||||||
// 4. type of string, complex64 and complex128 for input/output are ignored
|
// 4. type of string, complex64 and complex128 for input/output are ignored
|
||||||
// 5. unsigned int are treated as signed one
|
// 5. unsigned int are treated as signed one
|
||||||
|
|
||||||
|
include "mlir/Interfaces/SideEffects.td"
|
||||||
include "src/Dialect/ONNX/ONNXOps.td.inc"
|
include "src/Dialect/ONNX/ONNXOps.td.inc"
|
||||||
|
|
||||||
// Indicate entry point functions of ONNX graph.
|
// Indicate entry point functions of ONNX graph.
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
//********************************************************
|
//********************************************************
|
||||||
// This file is generated on UTC-03/18/2020, 03:36:58.
|
// This file is generated on UTC-04/03/2020, 03:41:28.
|
||||||
// Do not modify this file directly.
|
// Do not modify this file directly.
|
||||||
// This file is automatically generated via script.
|
// This file is automatically generated via script.
|
||||||
// Details can be found in doc/readonnxdefs.md .
|
// Details can be found in doc/readonnxdefs.md .
|
||||||
//********************************************************
|
//********************************************************
|
||||||
include "mlir/Interfaces/SideEffects.td"
|
|
||||||
|
|
||||||
def ONNXAbsOp:ONNX_Op<"Abs",
|
def ONNXAbsOp:ONNX_Op<"Abs",
|
||||||
[NoSideEffect, DeclareOpInterfaceMethods<ShapeInferenceOpInterface>]> {
|
[NoSideEffect, DeclareOpInterfaceMethods<ShapeInferenceOpInterface>]> {
|
||||||
|
|
Loading…
Reference in New Issue