Skip to content

Commit

Permalink
commence interface namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyShuai committed Oct 25, 2023
1 parent cdb9676 commit 2ddea77
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
10 changes: 9 additions & 1 deletion include/onnxruntime/interface/graph/graph.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// Copyright (c) Microsoft Corporation. All rights reserved.

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.

#pragma once
#pragma once

namespace onnxruntime {

namespace interface {

}

}

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

View workflow job for this annotation

GitHub Actions / cpplint

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

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

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.

#pragma once
#pragma once

namespace onnxruntime {

namespace interface {

}

}

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

View workflow job for this annotation

GitHub Actions / cpplint

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

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

Check warning

Code scanning / lintrunner

CLANGFORMAT/format Warning

See https://clang.llvm.org/docs/ClangFormat.html.
Run lintrunner -a to apply this patch.
// Licensed under the MIT License.

#pragma once
#pragma once

namespace onnxruntime {

namespace interface {

}

}

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

View workflow job for this annotation

GitHub Actions / cpplint

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

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

0 comments on commit 2ddea77

Please sign in to comment.