Fix src/Dialect/ONNX/ONNXOps.td.inc (#68)

This commit is contained in:
Tung D. Le 2020-04-03 19:18:35 +09:00 committed by GitHub
parent f16e79d744
commit 83eb15bfae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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>]> {