parent
75716baa2f
commit
8af5fdeb62
|
@ -1,7 +1,7 @@
|
|||
//********************************************************
|
||||
// Do not modify this file directly.
|
||||
// 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")
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
//********************************************************
|
||||
// Do not modify this file directly.
|
||||
// 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",
|
||||
|
|
|
@ -1052,7 +1052,7 @@ def main(args): # type: (Type[Args]) -> None
|
|||
'//********************************************************\n'
|
||||
'// Do not modify this file directly.\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')
|
||||
autogen_warning = autogen_warning.format(curr_utc_time)
|
||||
|
||||
|
|
Loading…
Reference in New Issue