Skip to content

Commit

Permalink
remove copyright line
Browse files Browse the repository at this point in the history
  • Loading branch information
Xingyu Zhou authored and yongwww committed Nov 26, 2019
1 parent 98fb784 commit b4e406c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 70 deletions.
5 changes: 0 additions & 5 deletions nnvm/include/nnvm/c_api_subgraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file c_api_subgraph.h
* \brief C API of nnvm for ease of testing backend in Python
*/
#ifndef NNVM_C_API_SUBGRAPH_H_
#define NNVM_C_API_SUBGRAPH_H_

Expand Down
5 changes: 0 additions & 5 deletions nnvm/src/c_api/c_api_subgraph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file c_api_subgraph.cc
* \brief C API of nnvm for the ease of testing backend in Python
*/
#include <nnvm/c_api_subgraph.h>
#include <nnvm/pass.h>
#include "./c_api_common.h"
Expand Down
5 changes: 0 additions & 5 deletions nnvm/src/pass/device_copy_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
* under the License.
*/

/*
* Copyright (c) 2018 by Contributors
* \file device_copy_op.h
* \brief Register an operator to perform data copy across different devices.
*/
#include <nnvm/op.h>
#include <nnvm/op_attr_types.h>

Expand Down
6 changes: 0 additions & 6 deletions nnvm/src/pass/graph_annotate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file graph_annotate.cc
* \brief NNVM pass to annotate a graph according to certain rules.
*/

#include "graph_annotate.h"

#include <nnvm/graph.h>
Expand Down
5 changes: 0 additions & 5 deletions nnvm/src/pass/graph_annotate.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file graph_annotate.h
* \brief Define rules to annotate a graph.
*/
#ifndef NNVM_PASS_GRAPH_ANNOTATE_H_
#define NNVM_PASS_GRAPH_ANNOTATE_H_

Expand Down
6 changes: 0 additions & 6 deletions nnvm/src/pass/insert_copy_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file insert_copy_op.cc
* \brief Place corss device data copy nodes on entries where two nodes are
* assigned to different devices.
*/
#include <nnvm/graph.h>
#include <nnvm/graph_attr_types.h>
#include <nnvm/pass.h>
Expand Down
5 changes: 0 additions & 5 deletions nnvm/src/pass/subgraph/partition_graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file partition_graph.cc
* \brief Partition a computational graph based upon a custom rule.
*/
#include <nnvm/graph.h>
#include <nnvm/pass.h>
#include <unordered_set>
Expand Down
6 changes: 0 additions & 6 deletions nnvm/src/pass/subgraph/tensorrt_subgraph_property.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file tensorrt_subgraph_property.cc
* \brief Graph partitioning rule for _tensorrt_subgraph_op.
*/

#include <nnvm/symbolic.h>
#include <vector>
#include <string>
Expand Down
6 changes: 0 additions & 6 deletions nnvm/src/top/subgraph/tensorrt_subgraph_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
* \file tensorrt_subgraph_op.cc
* \brief Subgraph operator for wrapping TensorRT.
*/

#include <nnvm/compiler/op_attr_types.h>
#include "./common.h"

Expand Down
6 changes: 0 additions & 6 deletions src/contrib/subgraph/subgraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
*
* \brief Subgraph data structure.
* \file subgraph.h
*/
#ifndef TVM_CONTRIB_SUBGRAPH_SUBGRAPH_H_
#define TVM_CONTRIB_SUBGRAPH_SUBGRAPH_H_

Expand Down
7 changes: 0 additions & 7 deletions src/contrib/subgraph/tensorrt_executor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
*
* \brief Implementation of TensorRT executor manager.
* \file tensorrt_executor.cc
*/

#include <tvm/runtime/c_runtime_api.h>
#include <dmlc/parameter.h>
#include <dmlc/timer.h>
Expand Down
8 changes: 0 additions & 8 deletions src/contrib/subgraph/tensorrt_executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
* under the License.
*/

/*!
* Copyright (c) 2018 by Contributors
*
* \brief TensorRT executor manager. The manager is owned
* by GraphRuntime if TensorRT is enabled in the build. The manager
* owns TensorRT inference engines and contexts.
* \file tensorrt_executor.h
*/
#ifndef TVM_CONTRIB_SUBGRAPH_TENSORRT_EXECUTOR_H_
#define TVM_CONTRIB_SUBGRAPH_TENSORRT_EXECUTOR_H_

Expand Down

0 comments on commit b4e406c

Please sign in to comment.