fix comment (#229)

* fix comment

* add the .inc files to the PR
This commit is contained in:
Kevin O'Brien 2020-07-24 17:03:08 -04:00 committed by GitHub
parent 75716baa2f
commit 8af5fdeb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
//******************************************************** //********************************************************
// 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 docs/readonnxdefs.md . // Details can be found in docs/ImportONNXDefs.md .
//******************************************************** //********************************************************
if (opName == "Abs") if (opName == "Abs")

View File

@ -1,7 +1,7 @@
//******************************************************** //********************************************************
// 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 docs/readonnxdefs.md . // Details can be found in docs/ImportONNXDefs.md .
//******************************************************** //********************************************************
def ONNXAbsOp:ONNX_Op<"Abs", def ONNXAbsOp:ONNX_Op<"Abs",

View File

@ -1052,7 +1052,7 @@ def main(args): # type: (Type[Args]) -> None
'//********************************************************\n' '//********************************************************\n'
'// Do not modify this file directly.\n' '// Do not modify this file directly.\n'
'// This file is automatically generated via script.\n' '// This file is automatically generated via script.\n'
'// Details can be found in docs/readonnxdefs.md .\n' '// Details can be found in docs/ImportONNXDefs.md .\n'
'//********************************************************\n\n') '//********************************************************\n\n')
autogen_warning = autogen_warning.format(curr_utc_time) autogen_warning = autogen_warning.format(curr_utc_time)