Skip to content

Commit

Permalink
draft interface hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyShuai committed Oct 25, 2023
1 parent 76e275b commit cdb9676
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/onnxruntime/interface/graph/graph.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once

Check warning on line 4 in include/onnxruntime/interface/graph/graph.h

View workflow job for this annotation

GitHub Actions / cpplint

[cpplint] include/onnxruntime/interface/graph/graph.h#L4

Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw output
include/onnxruntime/interface/graph/graph.h:4:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
4 changes: 4 additions & 0 deletions include/onnxruntime/interface/kernel/kernel.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once

Check warning on line 4 in include/onnxruntime/interface/kernel/kernel.h

View workflow job for this annotation

GitHub Actions / cpplint

[cpplint] include/onnxruntime/interface/kernel/kernel.h#L4

Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw output
include/onnxruntime/interface/kernel/kernel.h:4:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]
4 changes: 4 additions & 0 deletions include/onnxruntime/interface/provider/provider.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#pragma once

Check warning on line 4 in include/onnxruntime/interface/provider/provider.h

View workflow job for this annotation

GitHub Actions / cpplint

[cpplint] include/onnxruntime/interface/provider/provider.h#L4

Could not find a newline character at the end of the file. [whitespace/ending_newline] [5]
Raw output
include/onnxruntime/interface/provider/provider.h:4:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

0 comments on commit cdb9676

Please sign in to comment.