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
c0c87d67
Commit
c0c87d67
authored
Jun 26, 2019
by
Robert Kimball
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix license header
parent
79587d93
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
37 additions
and
37 deletions
+37
-37
external_tbb_prebuilt.cmake
cmake/external_tbb_prebuilt.cmake
+1
-1
doc-contributor-README.rst
doc/sphinx/source/project/doc-contributor-README.rst
+1
-1
broadcast_distributed.cpp
python/pyngraph/ops/broadcast_distributed.cpp
+1
-1
quantized_linear_convolution.cpp
...aph/builder/quantization/quantized_linear_convolution.cpp
+1
-1
quantized_linear_convolution.hpp
...aph/builder/quantization/quantized_linear_convolution.hpp
+1
-1
broadcast_distributed.cpp
src/ngraph/op/broadcast_distributed.cpp
+1
-1
broadcast_distributed.hpp
src/ngraph/op/broadcast_distributed.hpp
+1
-1
quantized_concat.cpp
src/ngraph/op/experimental/quantized_concat.cpp
+1
-1
quantized_concat.hpp
src/ngraph/op/experimental/quantized_concat.hpp
+1
-1
prefix_reshape_elimination.cpp
src/ngraph/pass/prefix_reshape_elimination.cpp
+1
-1
quantized_concat.cpp
src/ngraph/runtime/cpu/builder/quantized_concat.cpp
+1
-1
CMakeLists.txt
src/ngraph/runtime/generic_cpu/CMakeLists.txt
+1
-1
broadcast.hpp
src/ngraph/runtime/generic_cpu/kernel/broadcast.hpp
+1
-1
dot.hpp
src/ngraph/runtime/generic_cpu/kernel/dot.hpp
+1
-1
reshape.hpp
src/ngraph/runtime/generic_cpu/kernel/reshape.hpp
+1
-1
result.hpp
src/ngraph/runtime/generic_cpu/kernel/result.hpp
+1
-1
node_wrapper.cpp
src/ngraph/runtime/generic_cpu/node_wrapper.cpp
+1
-1
node_wrapper.hpp
src/ngraph/runtime/generic_cpu/node_wrapper.hpp
+1
-1
plaidml_ops_convolution.hpp
src/ngraph/runtime/plaidml/plaidml_ops_convolution.hpp
+1
-1
plaidml_ops_replicate.cpp
src/ngraph/runtime/plaidml/plaidml_ops_replicate.cpp
+1
-1
plaidml_ops_replicate.hpp
src/ngraph/runtime/plaidml/plaidml_ops_replicate.hpp
+1
-1
plaidml_ops_winograd.cpp
src/ngraph/runtime/plaidml/plaidml_ops_winograd.cpp
+1
-1
plaidml_ops_winograd.hpp
src/ngraph/runtime/plaidml/plaidml_ops_winograd.hpp
+1
-1
plaidml_pass_concat_elision.cpp
src/ngraph/runtime/plaidml/plaidml_pass_concat_elision.cpp
+1
-1
plaidml_pass_concat_elision.hpp
src/ngraph/runtime/plaidml/plaidml_pass_concat_elision.hpp
+1
-1
plaidml_pass_explicit_logicals.cpp
...ngraph/runtime/plaidml/plaidml_pass_explicit_logicals.cpp
+1
-1
plaidml_pass_explicit_logicals.hpp
...ngraph/runtime/plaidml/plaidml_pass_explicit_logicals.hpp
+1
-1
plaidml_pass_implicit_broadcast.cpp
...graph/runtime/plaidml/plaidml_pass_implicit_broadcast.cpp
+1
-1
plaidml_pass_implicit_broadcast.hpp
...graph/runtime/plaidml/plaidml_pass_implicit_broadcast.hpp
+1
-1
plaidml_pass_lower_convolutions.cpp
...graph/runtime/plaidml/plaidml_pass_lower_convolutions.cpp
+1
-1
plaidml_pass_lower_convolutions.hpp
...graph/runtime/plaidml/plaidml_pass_lower_convolutions.hpp
+1
-1
plaidml_pass_replicate_combination.cpp
...ph/runtime/plaidml/plaidml_pass_replicate_combination.cpp
+1
-1
plaidml_pass_replicate_combination.hpp
...ph/runtime/plaidml/plaidml_pass_replicate_combination.hpp
+1
-1
plaidml_pass_replicate_elision.cpp
...ngraph/runtime/plaidml/plaidml_pass_replicate_elision.cpp
+1
-1
plaidml_pass_replicate_elision.hpp
...ngraph/runtime/plaidml/plaidml_pass_replicate_elision.hpp
+1
-1
plaidml_pass_winograd.cpp
src/ngraph/runtime/plaidml/plaidml_pass_winograd.cpp
+1
-1
plaidml_pass_winograd.hpp
src/ngraph/runtime/plaidml/plaidml_pass_winograd.hpp
+1
-1
No files found.
cmake/external_tbb_prebuilt.cmake
View file @
c0c87d67
# ******************************************************************************
# Copyright 2017-201
8
Intel Corporation
# Copyright 2017-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.
...
...
doc/sphinx/source/project/doc-contributor-README.rst
View file @
c0c87d67
.. doc-contributor-README:
.. ---------------------------------------------------------------------------
.. Copyright 2017 Intel Corporation
.. Copyright 2017
-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.
.. You may obtain a copy of the License at
...
...
python/pyngraph/ops/broadcast_distributed.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/builder/quantization/quantized_linear_convolution.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/builder/quantization/quantized_linear_convolution.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/broadcast_distributed.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/broadcast_distributed.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/experimental/quantized_concat.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/experimental/quantized_concat.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/pass/prefix_reshape_elimination.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/quantized_concat.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/CMakeLists.txt
View file @
c0c87d67
# ******************************************************************************
# Copyright 2017-201
8
Intel Corporation
# Copyright 2017-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/generic_cpu/kernel/broadcast.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/kernel/dot.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/kernel/reshape.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/kernel/result.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/node_wrapper.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/generic_cpu/node_wrapper.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_ops_convolution.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_ops_replicate.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_ops_replicate.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_ops_winograd.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_ops_winograd.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_concat_elision.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_concat_elision.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_explicit_logicals.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_explicit_logicals.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_implicit_broadcast.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_implicit_broadcast.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_lower_convolutions.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_lower_convolutions.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_replicate_combination.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_replicate_combination.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_replicate_elision.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_replicate_elision.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_winograd.cpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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/plaidml/plaidml_pass_winograd.hpp
View file @
c0c87d67
//*****************************************************************************
// Copyright 2017-201
8
Intel Corporation
// Copyright 2017-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.
...
...
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