Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
ba226a14
Commit
ba226a14
authored
Jun 20, 2019
by
Robert Kimball
Committed by
Scott Cyphers
Jun 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Normalize license header (#3081)
parent
d0f03eec
Hide whitespace changes
Inline
Side-by-side
Showing
52 changed files
with
52 additions
and
52 deletions
+52
-52
Jenkinsfile
.ci/onnx/jenkins/Jenkinsfile
+1
-1
utils.groovy
.ci/onnx/jenkins/utils/utils.groovy
+1
-1
quantized_linear_matmul.cpp
src/ngraph/builder/quantization/quantized_linear_matmul.cpp
+1
-1
quantized_linear_matmul.hpp
src/ngraph/builder/quantization/quantized_linear_matmul.hpp
+1
-1
event_tracing.cpp
src/ngraph/event_tracing.cpp
+1
-1
event_tracing.hpp
src/ngraph/event_tracing.hpp
+1
-1
concat.cpp
src/ngraph/frontend/onnx_import/op/concat.cpp
+1
-1
concat.hpp
src/ngraph/frontend/onnx_import/op/concat.hpp
+1
-1
flatten.cpp
src/ngraph/frontend/onnx_import/op/flatten.cpp
+1
-1
flatten.hpp
src/ngraph/frontend/onnx_import/op/flatten.hpp
+1
-1
onehot.cpp
src/ngraph/frontend/onnx_import/op/onehot.cpp
+1
-1
onehot.hpp
src/ngraph/frontend/onnx_import/op/onehot.hpp
+1
-1
reshape.cpp
src/ngraph/frontend/onnx_import/op/reshape.cpp
+1
-1
reshape.hpp
src/ngraph/frontend/onnx_import/op/reshape.hpp
+1
-1
squeeze.cpp
src/ngraph/frontend/onnx_import/op/squeeze.cpp
+1
-1
squeeze.hpp
src/ngraph/frontend/onnx_import/op/squeeze.hpp
+1
-1
unsqueeze.cpp
src/ngraph/frontend/onnx_import/op/unsqueeze.cpp
+1
-1
unsqueeze.hpp
src/ngraph/frontend/onnx_import/op/unsqueeze.hpp
+1
-1
matmul_factory.cpp
src/ngraph/frontend/onnx_import/utils/matmul_factory.cpp
+1
-1
matmul_factory.hpp
src/ngraph/frontend/onnx_import/utils/matmul_factory.hpp
+1
-1
gather.cpp
src/ngraph/op/gather.cpp
+1
-1
gather.hpp
src/ngraph/op/gather.hpp
+1
-1
gather_nd.cpp
src/ngraph/op/gather_nd.cpp
+1
-1
gather_nd.hpp
src/ngraph/op/gather_nd.hpp
+1
-1
scatter_add.cpp
src/ngraph/op/scatter_add.cpp
+1
-1
scatter_add.hpp
src/ngraph/op/scatter_add.hpp
+1
-1
scatter_nd_add.cpp
src/ngraph/op/scatter_nd_add.cpp
+1
-1
scatter_nd_add.hpp
src/ngraph/op/scatter_nd_add.hpp
+1
-1
gather.cpp
src/ngraph/runtime/cpu/builder/gather.cpp
+1
-1
gather_nd.cpp
src/ngraph/runtime/cpu/builder/gather_nd.cpp
+1
-1
halide_op.cpp
src/ngraph/runtime/cpu/builder/halide_op.cpp
+1
-1
loop_kernel.cpp
src/ngraph/runtime/cpu/builder/loop_kernel.cpp
+1
-1
scatter_add.cpp
src/ngraph/runtime/cpu/builder/scatter_add.cpp
+1
-1
scatter_nd_add.cpp
src/ngraph/runtime/cpu/builder/scatter_nd_add.cpp
+1
-1
halide_op.cpp
src/ngraph/runtime/cpu/op/halide_op.cpp
+1
-1
halide_op.hpp
src/ngraph/runtime/cpu/op/halide_op.hpp
+1
-1
quantized_matmul.cpp
src/ngraph/runtime/cpu/op/quantized_matmul.cpp
+1
-1
quantized_matmul.hpp
src/ngraph/runtime/cpu/op/quantized_matmul.hpp
+1
-1
halide_subgraph_extraction.cpp
src/ngraph/runtime/cpu/pass/halide_subgraph_extraction.cpp
+1
-1
halide_subgraph_extraction.hpp
src/ngraph/runtime/cpu/pass/halide_subgraph_extraction.hpp
+1
-1
cpu_cg_runtime_context.hpp
...h/runtime/cpu/pregenerated_src/cpu_cg_runtime_context.hpp
+1
-1
rnn.cpp
src/ngraph/runtime/gpu/op/rnn.cpp
+1
-1
rnn.hpp
src/ngraph/runtime/gpu/op/rnn.hpp
+1
-1
gather.hpp
src/ngraph/runtime/reference/gather.hpp
+1
-1
gather_nd.hpp
src/ngraph/runtime/reference/gather_nd.hpp
+1
-1
scatter_add.hpp
src/ngraph/runtime/reference/scatter_add.hpp
+1
-1
scatter_nd_add.hpp
src/ngraph/runtime/reference/scatter_nd_add.hpp
+1
-1
backend_gather.in.cpp
test/backend_gather.in.cpp
+1
-1
backend_graph_comparison.in.cpp
test/backend_graph_comparison.in.cpp
+1
-1
backend_scatter.in.cpp
test/backend_scatter.in.cpp
+1
-1
event_tracing.cpp
test/event_tracing.cpp
+1
-1
halide.cpp
test/halide.cpp
+1
-1
No files found.
.ci/onnx/jenkins/Jenkinsfile
View file @
ba226a14
// INTEL CONFIDENTIAL
// Copyright 201
8
-2019 Intel Corporation All Rights Reserved.
// Copyright 201
7
-2019 Intel Corporation All Rights Reserved.
// The source code contained or described herein and all documents related to the
// source code ("Material") are owned by Intel Corporation or its suppliers or
// licensors. Title to the Material remains with Intel Corporation or its
...
...
.ci/onnx/jenkins/utils/utils.groovy
View file @
ba226a14
// INTEL CONFIDENTIAL
// Copyright 201
8
-2019 Intel Corporation All Rights Reserved.
// Copyright 201
7
-2019 Intel Corporation All Rights Reserved.
// The source code contained or described herein and all documents related to the
// source code ("Material") are owned by Intel Corporation or its suppliers or
// licensors. Title to the Material remains with Intel Corporation or its
...
...
src/ngraph/builder/quantization/quantized_linear_matmul.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/builder/quantization/quantized_linear_matmul.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/event_tracing.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/event_tracing.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/concat.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/concat.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/flatten.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/flatten.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/onehot.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/onehot.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/reshape.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/reshape.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/squeeze.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/squeeze.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/unsqueeze.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/op/unsqueeze.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/utils/matmul_factory.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/frontend/onnx_import/utils/matmul_factory.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/gather.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/gather.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/gather_nd.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/gather_nd.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/scatter_add.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/scatter_add.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/scatter_nd_add.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/op/scatter_nd_add.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/gather.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/gather_nd.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/halide_op.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/loop_kernel.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/scatter_add.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/builder/scatter_nd_add.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/op/halide_op.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/op/halide_op.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/op/quantized_matmul.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/op/quantized_matmul.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/pass/halide_subgraph_extraction.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/pass/halide_subgraph_extraction.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/cpu/pregenerated_src/cpu_cg_runtime_context.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/gpu/op/rnn.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/gpu/op/rnn.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/reference/gather.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/reference/gather_nd.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/reference/scatter_add.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
src/ngraph/runtime/reference/scatter_nd_add.hpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
test/backend_gather.in.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
test/backend_graph_comparison.in.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
test/backend_scatter.in.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
test/event_tracing.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 2019 Intel Corporation
// Copyright 201
7-201
9 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
test/halide.cpp
View file @
ba226a14
//*****************************************************************************
// Copyright 201
8
-2019 Intel Corporation
// Copyright 201
7
-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment