Skip to content

Commit 2984484

Browse files
committed
update
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 39fb538 commit 2984484

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+128
-320
lines changed

onnx/common/interned_strings.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
// ATTENTION: The code in this file is highly EXPERIMENTAL.
85
// Adventurous users should note that the APIs will probably change.
96

onnx/defs/controlflow/defs.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <cassert>
85

96
#include "onnx/defs/controlflow/utils.h"

onnx/defs/controlflow/old.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <string>
85

96
#include "onnx/defs/controlflow/utils.h"

onnx/inliner/inliner.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include "onnx/inliner/inliner.h"
85

96
#include <functional>

onnx/inliner/inliner.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <memory>
85
#include <string>
96
#include <utility>

onnx/shape_inference/attribute_binder.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#pragma once
85
#include "onnx/common/visitor.h"
96

onnx/test/cpp/data_propagation_test.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include "gtest/gtest.h"
85
#include "onnx/defs/parser.h"
96
#include "onnx/defs/schema.h"

onnx/test/cpp/function_context_test.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <stdexcept>
85

96
#include "gtest/gtest.h"

onnx/test/cpp/function_get_test.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <iostream>
85

96
#include "gtest/gtest.h"

onnx/test/cpp/function_verify_test.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) ONNX Project Contributors
2-
3-
/*
4-
* SPDX-License-Identifier: Apache-2.0
5-
*/
6-
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
74
#include <iostream>
85
#include <set>
96

0 commit comments

Comments
 (0)