Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
65246a71
Commit
65246a71
authored
Jul 07, 2016
by
tqchen
Committed by
Tianqi Chen
May 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change project to NNVM
parent
cd49ed0e
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
139 additions
and
296 deletions
+139
-296
nnvm/LICENSE
+10
-198
nnvm/README.md
+37
-6
nnvm/include/nnvm/base.h
+6
-6
nnvm/include/nnvm/graph.h
+6
-6
nnvm/include/nnvm/graph_attr_types.h
+10
-10
nnvm/include/nnvm/node.h
+6
-6
nnvm/include/nnvm/op.h
+20
-20
nnvm/include/nnvm/pass.h
+9
-9
nnvm/include/nnvm/tuple.h
+5
-5
nnvm/src/core/graph_attr_types.cc
+4
-4
nnvm/src/core/node.cc
+3
-3
nnvm/src/core/op.cc
+5
-5
nnvm/src/core/pass.cc
+4
-4
nnvm/src/example/operator.cc
+4
-4
nnvm/src/test_main.cc
+10
-10
No files found.
nnvm/LICENSE
View file @
65246a71
Apache License
Copyright (c) 2016 by Contributors
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
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
1. Definitions.
http://www.apache.org/licenses/LICENSE-2.0
"License" shall mean the terms and conditions for use, reproduction,
Unless required by applicable law or agreed to in writing, software
and distribution as defined by Sections 1 through 9 of this document.
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
"Licensor" shall mean the copyright owner or entity authorized by
See the License for the specific language governing permissions and
the copyright owner that is granting the License.
limitations under the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
nnvm/README.md
View file @
65246a71
# mxnngraph
# NNVM: Build deep learning system by parts
Prototype of graph optimizer and construction API for next generation core engine in MXNet and beyond
## Goal
NNVM is not a deep learning library. It is a modular, lightweight library to
-
Construct graph easily
help build deep learning libraries efficiently.
-
Pluggable inference, optimization algorithms
-
Can be used as input graph execution in various settings, specifically be able to support mxnet's symbolic execution API
## What is it
While most deep learning systems offer end to end solutions,
it is interesting to ask if we can actually assemble a deep learning system by parts.
The goal is to enable hackers can customize optimizations, target platforms and set of operators they care about.
We believe that the modular system is an interesting direction.
The hope is that effective parts can be assembled together just like you assemble your own desktops.
So the customized deep learning solution can be minimax, minimum in terms of dependencies,
while maxiziming the users' need.
NNVM offers one such part, it provides a generic to do generic
computation graph optimization such as memory reduction, device allocation,
operator fusion while being agnostic to the operator
interface defintion and how operators are executed.
NNVM is inspired by LLVM, aiming to be an intermediate representation library
for neural nets and computation graphs in general.
## Deep learning system by parts
This is one way to divide the deep learning system into common parts.
Each can be isolated to a modular part.
-
Computation graph definition, manipulation.
-
Computation graph intermediate optimization.
-
Computation graph execution.
-
Operator kernel libraries.
-
Imperative task scheduling and parallel task coordination.
We hope that there will be more modular parts in the future,
so system building can be fun and rewarding.
## Links
[
MXNet
](
https://github.com/dmlc/mxnet
)
will be using NNVM as its intermediate
representation layer for symbolic graphs.
nnvm/include/nn
graph
/base.h
→
nnvm/include/nn
vm
/base.h
View file @
65246a71
/*!
/*!
* Copyright (c) 2016 by Contributors
* Copyright (c) 2016 by Contributors
* \file base.h
* \file base.h
* \brief Configuation of nn
graph
as well as basic data structure.
* \brief Configuation of nn
vm
as well as basic data structure.
*/
*/
#ifndef NN
GRAPH
_BASE_H_
#ifndef NN
VM
_BASE_H_
#define NN
GRAPH
_BASE_H_
#define NN
VM
_BASE_H_
#include <dmlc/base.h>
#include <dmlc/base.h>
#include <dmlc/any.h>
#include <dmlc/any.h>
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#include <dmlc/registry.h>
#include <dmlc/registry.h>
#include <dmlc/array_view.h>
#include <dmlc/array_view.h>
namespace
nn
graph
{
namespace
nn
vm
{
/*! \brief any type */
/*! \brief any type */
using
any
=
dmlc
::
any
;
using
any
=
dmlc
::
any
;
...
@@ -47,6 +47,6 @@ inline const T& get(const any& src) {
...
@@ -47,6 +47,6 @@ inline const T& get(const any& src) {
return
dmlc
::
get
<
T
>
(
src
);
return
dmlc
::
get
<
T
>
(
src
);
}
}
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_BASE_H_
#endif // NN
VM
_BASE_H_
nnvm/include/nn
graph
/graph.h
→
nnvm/include/nn
vm
/graph.h
View file @
65246a71
/*!
/*!
* Copyright (c) 2016 by Contributors
* Copyright (c) 2016 by Contributors
* \file graph.h
* \file graph.h
* \brief Configuation of nn
graph
as well as basic data structure.
* \brief Configuation of nn
vm
as well as basic data structure.
*/
*/
#ifndef NN
GRAPH
_GRAPH_H_
#ifndef NN
VM
_GRAPH_H_
#define NN
GRAPH
_GRAPH_H_
#define NN
VM
_GRAPH_H_
#include <vector>
#include <vector>
#include <string>
#include <string>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include "./base.h"
#include "./base.h"
#include "./node.h"
#include "./node.h"
namespace
nn
graph
{
namespace
nn
vm
{
/*!
/*!
* \brief Symbolic computation graph.
* \brief Symbolic computation graph.
...
@@ -98,6 +98,6 @@ inline void Graph::DFSVisit(FVisit fvisit) const {
...
@@ -98,6 +98,6 @@ inline void Graph::DFSVisit(FVisit fvisit) const {
});
});
}
}
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_GRAPH_H_
#endif // NN
VM
_GRAPH_H_
nnvm/include/nn
graph
/graph_attr_types.h
→
nnvm/include/nn
vm
/graph_attr_types.h
View file @
65246a71
...
@@ -3,14 +3,14 @@
...
@@ -3,14 +3,14 @@
* \file graph_attr_types.h
* \file graph_attr_types.h
* \brief Data structures that can appear in graph attributes.
* \brief Data structures that can appear in graph attributes.
*/
*/
#ifndef NN
GRAPH
_GRAPH_ATTR_TYPES_H_
#ifndef NN
VM
_GRAPH_ATTR_TYPES_H_
#define NN
GRAPH
_GRAPH_ATTR_TYPES_H_
#define NN
VM
_GRAPH_ATTR_TYPES_H_
#include <vector>
#include <vector>
#include <unordered_map>
#include <unordered_map>
#include "./graph.h"
#include "./graph.h"
namespace
nn
graph
{
namespace
nn
vm
{
/*!
/*!
* \brief Auxililary data structure to index a graph.
* \brief Auxililary data structure to index a graph.
...
@@ -39,7 +39,7 @@ struct IndexedGraph {
...
@@ -39,7 +39,7 @@ struct IndexedGraph {
/*! \brief Node data structure in IndexedGraph */
/*! \brief Node data structure in IndexedGraph */
struct
Node
{
struct
Node
{
/*! \brief pointer to the source node */
/*! \brief pointer to the source node */
const
nn
graph
::
Node
*
source
;
const
nn
vm
::
Node
*
source
;
/*! \brief inputs to the node */
/*! \brief inputs to the node */
array_view
<
NodeEntry
>
inputs
;
array_view
<
NodeEntry
>
inputs
;
/*! \brief control flow dependencies to the node */
/*! \brief control flow dependencies to the node */
...
@@ -68,7 +68,7 @@ struct IndexedGraph {
...
@@ -68,7 +68,7 @@ struct IndexedGraph {
* \param e The entry to query for index.
* \param e The entry to query for index.
* \return the unique index.
* \return the unique index.
*/
*/
inline
uint32_t
entry_id
(
const
nn
graph
::
NodeEntry
&
e
)
const
{
inline
uint32_t
entry_id
(
const
nn
vm
::
NodeEntry
&
e
)
const
{
return
entry_rptr_
[
node_id
(
e
.
node
.
get
())]
+
e
.
index
;
return
entry_rptr_
[
node_id
(
e
.
node
.
get
())]
+
e
.
index
;
}
}
/*!
/*!
...
@@ -76,7 +76,7 @@ struct IndexedGraph {
...
@@ -76,7 +76,7 @@ struct IndexedGraph {
* \param node The Node to query for index.
* \param node The Node to query for index.
* \return the node index.
* \return the node index.
*/
*/
inline
uint32_t
node_id
(
const
nn
graph
::
Node
*
node
)
const
{
inline
uint32_t
node_id
(
const
nn
vm
::
Node
*
node
)
const
{
return
node2index_
.
at
(
node
);
return
node2index_
.
at
(
node
);
}
}
/*!
/*!
...
@@ -92,7 +92,7 @@ struct IndexedGraph {
...
@@ -92,7 +92,7 @@ struct IndexedGraph {
* \param node The pointer to the Node structure
* \param node The pointer to the Node structure
* \return const reference to the corresponding IndexedGraph::Node
* \return const reference to the corresponding IndexedGraph::Node
*/
*/
inline
const
Node
&
operator
[](
const
nn
graph
::
Node
*
node
)
const
{
inline
const
Node
&
operator
[](
const
nn
vm
::
Node
*
node
)
const
{
return
nodes_
[
node_id
(
node
)];
return
nodes_
[
node_id
(
node
)];
}
}
/*! \return list of argument nodes */
/*! \return list of argument nodes */
...
@@ -113,7 +113,7 @@ struct IndexedGraph {
...
@@ -113,7 +113,7 @@ struct IndexedGraph {
// index to argument nodes
// index to argument nodes
std
::
vector
<
uint32_t
>
arg_nodes_
;
std
::
vector
<
uint32_t
>
arg_nodes_
;
// mapping from node to index.
// mapping from node to index.
std
::
unordered_map
<
const
nn
graph
::
Node
*
,
uint32_t
>
node2index_
;
std
::
unordered_map
<
const
nn
vm
::
Node
*
,
uint32_t
>
node2index_
;
// CSR pointer of node entries
// CSR pointer of node entries
std
::
vector
<
size_t
>
entry_rptr_
;
std
::
vector
<
size_t
>
entry_rptr_
;
// space to store input entries of each
// space to store input entries of each
...
@@ -122,6 +122,6 @@ struct IndexedGraph {
...
@@ -122,6 +122,6 @@ struct IndexedGraph {
std
::
vector
<
uint32_t
>
control_deps_
;
std
::
vector
<
uint32_t
>
control_deps_
;
};
};
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_GRAPH_ATTR_TYPES_H_
#endif // NN
VM
_GRAPH_ATTR_TYPES_H_
nnvm/include/nn
graph
/node.h
→
nnvm/include/nn
vm
/node.h
View file @
65246a71
/*!
/*!
* Copyright (c) 2016 by Contributors
* Copyright (c) 2016 by Contributors
* \file
bas
e.h
* \file
nod
e.h
* \brief Graph node data structure.
* \brief Graph node data structure.
*/
*/
#ifndef NN
GRAPH
_NODE_H_
#ifndef NN
VM
_NODE_H_
#define NN
GRAPH
_NODE_H_
#define NN
VM
_NODE_H_
#include <memory>
#include <memory>
#include <string>
#include <string>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include "./base.h"
#include "./base.h"
#include "./op.h"
#include "./op.h"
namespace
nn
graph
{
namespace
nn
vm
{
// Forward declare node.
// Forward declare node.
class
Node
;
class
Node
;
...
@@ -93,6 +93,6 @@ inline uint32_t Node::num_outputs() const {
...
@@ -93,6 +93,6 @@ inline uint32_t Node::num_outputs() const {
}
}
}
}
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_NODE_H_
#endif // NN
VM
_NODE_H_
nnvm/include/nn
graph
/op.h
→
nnvm/include/nn
vm
/op.h
View file @
65246a71
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
* \file op.h
* \file op.h
* \brief Operator information structor.
* \brief Operator information structor.
*/
*/
#ifndef NN
GRAPH
_OP_H_
#ifndef NN
VM
_OP_H_
#define NN
GRAPH
_OP_H_
#define NN
VM
_OP_H_
#include <string>
#include <string>
#include <vector>
#include <vector>
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
#include <functional>
#include <functional>
#include "./base.h"
#include "./base.h"
namespace
nn
graph
{
namespace
nn
vm
{
// forward declarations
// forward declarations
class
Node
;
class
Node
;
...
@@ -38,18 +38,18 @@ static const int kVarg = -1;
...
@@ -38,18 +38,18 @@ static const int kVarg = -1;
* // registeration of oeprators
* // registeration of oeprators
* // NOTE that the attr function can register any
* // NOTE that the attr function can register any
* // additional attributes to the operator
* // additional attributes to the operator
* NN
GRAPH
_REGISTER_OP(add)
* NN
VM
_REGISTER_OP(add)
* .describe("add two inputs together")
* .describe("add two inputs together")
* .set_num_inputs(2)
* .set_num_inputs(2)
* .attr<OpKernel>("gpu_kernel", AddKernel);
* .attr<OpKernel>("gpu_kernel", AddKernel);
*
*
* NN
GRAPH
_REGISTER_OP(sub)
* NN
VM
_REGISTER_OP(sub)
* .describe("substract one tensor from another")
* .describe("substract one tensor from another")
* .set_num_inputs(2);
* .set_num_inputs(2);
*
*
* // Can call regster multiple times in different files
* // Can call regster multiple times in different files
* // to register different part of information
* // to register different part of information
* NN
GRAPH
_REGISTER_OP(sub)
* NN
VM
_REGISTER_OP(sub)
* .attr<OpKernel>("gpu_kernel", SubKernel);
* .attr<OpKernel>("gpu_kernel", SubKernel);
*
*
* // get operators from registry.
* // get operators from registry.
...
@@ -124,7 +124,7 @@ class Op {
...
@@ -124,7 +124,7 @@ class Op {
* const std::vector<TShape>& ishapes) {
* const std::vector<TShape>& ishapes) {
* // we can use the parsed version of param
* // we can use the parsed version of param
* // without repeatively parsing the parameter
* // without repeatively parsing the parameter
* const SumParam& param = nn
graph
::get<SumParam>(attrs.parsed);
* const SumParam& param = nn
vm
::get<SumParam>(attrs.parsed);
* }
* }
* \endcode
* \endcode
*/
*/
...
@@ -234,36 +234,36 @@ class OpMap {
...
@@ -234,36 +234,36 @@ class OpMap {
};
};
// internal macros to make
// internal macros to make
#define NN
GRAPH
_STR_CONCAT_(__x, __y) __x##__y
#define NN
VM
_STR_CONCAT_(__x, __y) __x##__y
#define NN
GRAPH_STR_CONCAT(__x, __y) NNGRAPH
_STR_CONCAT_(__x, __y)
#define NN
VM_STR_CONCAT(__x, __y) NNVM
_STR_CONCAT_(__x, __y)
#define NN
GRAPH
_REGISTER_VAR_DEF(OpName) \
#define NN
VM
_REGISTER_VAR_DEF(OpName) \
static ::nn
graph::Op & __make_ ## NNGraph
Op ## _ ## OpName
static ::nn
vm::Op & __make_ ## Nnvm
Op ## _ ## OpName
/*!
/*!
* \def NN
GRAPH
_REGISTER_OP
* \def NN
VM
_REGISTER_OP
* \brief Register
* \brief Register
* This macro must be used under namespace dmlc, and only used once in cc file.
* This macro must be used under namespace dmlc, and only used once in cc file.
* \param OpName The name of registry
* \param OpName The name of registry
*
*
* \code
* \code
*
*
* NN
GRAPH
_REGISTER_OP(add)
* NN
VM
_REGISTER_OP(add)
* .describe("add two inputs together")
* .describe("add two inputs together")
* .set_num_inputs(2)
* .set_num_inputs(2)
* .attr<OpKernel>("gpu_kernel", AddKernel);
* .attr<OpKernel>("gpu_kernel", AddKernel);
*
*
* \endcode
* \endcode
*/
*/
#define NN
GRAPH
_REGISTER_OP(OpName) \
#define NN
VM
_REGISTER_OP(OpName) \
NN
GRAPH_STR_CONCAT(NNGRAPH
_REGISTER_VAR_DEF(OpName), __COUNTER__) = \
NN
VM_STR_CONCAT(NNVM
_REGISTER_VAR_DEF(OpName), __COUNTER__) = \
::dmlc::Registry<::nn
graph
::Op>::Get()->__REGISTER_OR_GET__(#OpName)
::dmlc::Registry<::nn
vm
::Op>::Get()->__REGISTER_OR_GET__(#OpName)
// implementations of template functions after this.
// implementations of template functions after this.
// member function of Op
// member function of Op
template
<
typename
ValueType
>
template
<
typename
ValueType
>
inline
const
OpMap
<
ValueType
>&
Op
::
GetAttr
(
const
std
::
string
&
key
)
{
inline
const
OpMap
<
ValueType
>&
Op
::
GetAttr
(
const
std
::
string
&
key
)
{
const
any
&
ref
=
GetAttrMap
(
key
);
const
any
&
ref
=
GetAttrMap
(
key
);
return
nn
graph
::
get
<
OpMap
<
ValueType
>
>
(
ref
);
return
nn
vm
::
get
<
OpMap
<
ValueType
>
>
(
ref
);
}
}
template
<
typename
ValueType
>
template
<
typename
ValueType
>
...
@@ -282,7 +282,7 @@ inline Op& Op::attr( // NOLINT(*)
...
@@ -282,7 +282,7 @@ inline Op& Op::attr( // NOLINT(*)
<<
" previously "
<<
pmap
->
type
().
name
()
<<
" previously "
<<
pmap
->
type
().
name
()
<<
" current "
<<
typeid
(
OpMap
<
ValueType
>
).
name
();
<<
" current "
<<
typeid
(
OpMap
<
ValueType
>
).
name
();
std
::
vector
<
std
::
pair
<
ValueType
,
int
>
>&
vec
=
std
::
vector
<
std
::
pair
<
ValueType
,
int
>
>&
vec
=
nn
graph
::
get
<
OpMap
<
ValueType
>
>
(
*
pmap
).
data_
;
nn
vm
::
get
<
OpMap
<
ValueType
>
>
(
*
pmap
).
data_
;
// resize the value type.
// resize the value type.
vec
.
resize
(
index_
+
1
,
vec
.
resize
(
index_
+
1
,
std
::
make_pair
(
ValueType
(),
0
));
std
::
make_pair
(
ValueType
(),
0
));
...
@@ -338,6 +338,6 @@ inline const ValueType& OpMap<ValueType>::operator[](const Op* op) const {
...
@@ -338,6 +338,6 @@ inline const ValueType& OpMap<ValueType>::operator[](const Op* op) const {
return
data_
[
idx
].
first
;
return
data_
[
idx
].
first
;
}
}
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_OP_H_
#endif // NN
VM
_OP_H_
nnvm/include/nn
graph
/pass.h
→
nnvm/include/nn
vm
/pass.h
View file @
65246a71
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
* \file pass.h
* \file pass.h
* \brief Pass that can be applied to a graph.
* \brief Pass that can be applied to a graph.
*/
*/
#ifndef NN
GRAPH
_PASS_H_
#ifndef NN
VM
_PASS_H_
#define NN
GRAPH
_PASS_H_
#define NN
VM
_PASS_H_
#include <vector>
#include <vector>
#include <functional>
#include <functional>
#include "./base.h"
#include "./base.h"
#include "./graph.h"
#include "./graph.h"
namespace
nn
graph
{
namespace
nn
vm
{
/*!
/*!
* \brief A PassFunction is a basic "Operator on Graph"
* \brief A PassFunction is a basic "Operator on Graph"
...
@@ -90,12 +90,12 @@ struct PassFunctionReg
...
@@ -90,12 +90,12 @@ struct PassFunctionReg
};
};
/*!
/*!
* \def NN
GRAPH
_REGISTER_PASS
* \def NN
VM
_REGISTER_PASS
* \brief Macro to register pass fuctions.
* \brief Macro to register pass fuctions.
*
*
* \code
* \code
* // example of registering a shape inference pass
* // example of registering a shape inference pass
* NN
GRAPH
_REGISTER_PASS(InferShape)
* NN
VM
_REGISTER_PASS(InferShape)
* .describe("Shape Inference function, generate graph attributes")
* .describe("Shape Inference function, generate graph attributes")
* .provide_graph_attr("data_shape")
* .provide_graph_attr("data_shape")
* .depend_graph_attr("indexed_graph")
* .depend_graph_attr("indexed_graph")
...
@@ -105,9 +105,9 @@ struct PassFunctionReg
...
@@ -105,9 +105,9 @@ struct PassFunctionReg
* });
* });
* \endcode
* \endcode
*/
*/
#define NN
GRAPH
_REGISTER_PASS(name) \
#define NN
VM
_REGISTER_PASS(name) \
DMLC_REGISTRY_REGISTER(::nn
graph
::PassFunctionReg, PassFunctionReg, name)
DMLC_REGISTRY_REGISTER(::nn
vm
::PassFunctionReg, PassFunctionReg, name)
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_PASS_H_
#endif // NN
VM
_PASS_H_
nnvm/include/nn
graph
/tuple.h
→
nnvm/include/nn
vm
/tuple.h
View file @
65246a71
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
* \file tuple.h
* \file tuple.h
* \brief Data structure Tuple and TShape to store dynamic sized shapes.
* \brief Data structure Tuple and TShape to store dynamic sized shapes.
*/
*/
#ifndef NN
GRAPH
_TUPLE_H_
#ifndef NN
VM
_TUPLE_H_
#define NN
GRAPH
_TUPLE_H_
#define NN
VM
_TUPLE_H_
#include <vector>
#include <vector>
#include <type_traits>
#include <type_traits>
#include <algorithm>
#include <algorithm>
#include <iostream>
#include <iostream>
namespace
nn
graph
{
namespace
nn
vm
{
/*! \brief data type to store array index */
/*! \brief data type to store array index */
typedef
uint32_t
index_t
;
typedef
uint32_t
index_t
;
...
@@ -329,6 +329,6 @@ class TShape : public Tuple<index_t> {
...
@@ -329,6 +329,6 @@ class TShape : public Tuple<index_t> {
}
}
};
};
}
// namespace nn
graph
}
// namespace nn
vm
#endif // NN
GRAPH
_TUPLE_H_
#endif // NN
VM
_TUPLE_H_
nnvm/src/core/graph_attr_types.cc
View file @
65246a71
...
@@ -3,10 +3,10 @@
...
@@ -3,10 +3,10 @@
* \file graph_attr_types.cc
* \file graph_attr_types.cc
* \brief Graph node data structure.
* \brief Graph node data structure.
*/
*/
#include <nn
graph
/graph_attr_types.h>
#include <nn
vm
/graph_attr_types.h>
#include <limits>
#include <limits>
namespace
nn
graph
{
namespace
nn
vm
{
// implement constructor from graph
// implement constructor from graph
IndexedGraph
::
IndexedGraph
(
const
Graph
&
g
)
{
IndexedGraph
::
IndexedGraph
(
const
Graph
&
g
)
{
...
@@ -14,7 +14,7 @@ IndexedGraph::IndexedGraph(const Graph &g) {
...
@@ -14,7 +14,7 @@ IndexedGraph::IndexedGraph(const Graph &g) {
std
::
vector
<
size_t
>
inputs_rptr
{
0
},
control_rptr
{
0
};
std
::
vector
<
size_t
>
inputs_rptr
{
0
},
control_rptr
{
0
};
g
.
DFSVisit
([
this
,
&
inputs_rptr
,
&
control_rptr
]
g
.
DFSVisit
([
this
,
&
inputs_rptr
,
&
control_rptr
]
(
const
std
::
shared_ptr
<
nn
graph
::
Node
>&
n
)
{
(
const
std
::
shared_ptr
<
nn
vm
::
Node
>&
n
)
{
CHECK_LT
(
nodes_
.
size
(),
std
::
numeric_limits
<
uint32_t
>::
max
());
CHECK_LT
(
nodes_
.
size
(),
std
::
numeric_limits
<
uint32_t
>::
max
());
uint32_t
nid
=
static_cast
<
uint32_t
>
(
nodes_
.
size
());
uint32_t
nid
=
static_cast
<
uint32_t
>
(
nodes_
.
size
());
// nodes_
// nodes_
...
@@ -59,4 +59,4 @@ IndexedGraph::IndexedGraph(const Graph &g) {
...
@@ -59,4 +59,4 @@ IndexedGraph::IndexedGraph(const Graph &g) {
}
}
}
}
}
// namespace nn
graph
}
// namespace nn
vm
nnvm/src/core/node.cc
View file @
65246a71
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
* \file node.cc
* \file node.cc
* \brief Graph node data structure.
* \brief Graph node data structure.
*/
*/
#include <nn
graph
/node.h>
#include <nn
vm
/node.h>
namespace
nn
graph
{
namespace
nn
vm
{
Node
::~
Node
()
{
Node
::~
Node
()
{
if
(
inputs
.
size
()
!=
0
)
{
if
(
inputs
.
size
()
!=
0
)
{
...
@@ -42,4 +42,4 @@ std::shared_ptr<Node> Node::Create() {
...
@@ -42,4 +42,4 @@ std::shared_ptr<Node> Node::Create() {
return
std
::
make_shared
<
Node
>
();
return
std
::
make_shared
<
Node
>
();
}
}
}
// namespace nn
graph
}
// namespace nn
vm
nnvm/src/core/op.cc
View file @
65246a71
...
@@ -3,18 +3,18 @@
...
@@ -3,18 +3,18 @@
* \file op.cc
* \file op.cc
* \brief Support for operator registry.
* \brief Support for operator registry.
*/
*/
#include <nn
graph
/base.h>
#include <nn
vm
/base.h>
#include <nn
graph
/op.h>
#include <nn
vm
/op.h>
#include <atomic>
#include <atomic>
#include <mutex>
#include <mutex>
namespace
dmlc
{
namespace
dmlc
{
// enable registry
// enable registry
DMLC_REGISTRY_ENABLE
(
nn
graph
::
Op
);
DMLC_REGISTRY_ENABLE
(
nn
vm
::
Op
);
}
// namespace dmlc
}
// namespace dmlc
namespace
nn
graph
{
namespace
nn
vm
{
// single manager of operator information.
// single manager of operator information.
struct
OpManager
{
struct
OpManager
{
...
@@ -66,4 +66,4 @@ void Op::UpdateAttrMap(const std::string& key,
...
@@ -66,4 +66,4 @@ void Op::UpdateAttrMap(const std::string& key,
updater
(
&
value
);
updater
(
&
value
);
}
}
}
// namespace nn
graph
}
// namespace nn
vm
nnvm/src/core/pass.cc
View file @
65246a71
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
* \file pass.cc
* \file pass.cc
* \brief Support for pass registry.
* \brief Support for pass registry.
*/
*/
#include <nn
graph
/pass.h>
#include <nn
vm
/pass.h>
#include <algorithm>
#include <algorithm>
namespace
dmlc
{
namespace
dmlc
{
// enable registry
// enable registry
DMLC_REGISTRY_ENABLE
(
nn
graph
::
PassFunctionReg
);
DMLC_REGISTRY_ENABLE
(
nn
vm
::
PassFunctionReg
);
}
// namespace dmlc
}
// namespace dmlc
namespace
nn
graph
{
namespace
nn
vm
{
const
PassFunctionReg
*
FindPassDep
(
const
std
::
string
&
attr_name
)
{
const
PassFunctionReg
*
FindPassDep
(
const
std
::
string
&
attr_name
)
{
for
(
auto
*
r
:
dmlc
::
Registry
<
PassFunctionReg
>::
List
())
{
for
(
auto
*
r
:
dmlc
::
Registry
<
PassFunctionReg
>::
List
())
{
...
@@ -54,4 +54,4 @@ Graph ApplyPass(const Graph& src,
...
@@ -54,4 +54,4 @@ Graph ApplyPass(const Graph& src,
return
g
;
return
g
;
}
}
}
// namespace nn
graph
}
// namespace nn
vm
nnvm/src/example/operator.cc
View file @
65246a71
// Copyright (c) 2016 by Contributors
// Copyright (c) 2016 by Contributors
// This is an example on how we can register operator information to NN
GRAPH
// This is an example on how we can register operator information to NN
VM
#include <nn
graph
/op.h>
#include <nn
vm
/op.h>
#include <utility>
#include <utility>
NN
GRAPH
_REGISTER_OP
(
add
)
NN
VM
_REGISTER_OP
(
add
)
.
describe
(
"add two data together"
)
.
describe
(
"add two data together"
)
.
set_num_inputs
(
2
)
.
set_num_inputs
(
2
)
.
attr
(
"inplace_pair"
,
std
::
make_pair
(
0
,
0
));
.
attr
(
"inplace_pair"
,
std
::
make_pair
(
0
,
0
));
NN
GRAPH
_REGISTER_OP
(
add
)
NN
VM
_REGISTER_OP
(
add
)
.
attr
<
std
::
string
>
(
"nick_name"
,
"plus"
);
.
attr
<
std
::
string
>
(
"nick_name"
,
"plus"
);
nnvm/src/test_main.cc
View file @
65246a71
// Copyright (c) 2016 by Contributors
// Copyright (c) 2016 by Contributors
#include <nn
graph
/op.h>
#include <nn
vm
/op.h>
#include <nn
graph
/graph.h>
#include <nn
vm
/graph.h>
#include <nn
graph
/tuple.h>
#include <nn
vm
/tuple.h>
#include <nn
graph
/graph_attr_types.h>
#include <nn
vm
/graph_attr_types.h>
#include <string>
#include <string>
void
test_op
()
{
void
test_op
()
{
using
namespace
nn
graph
;
using
namespace
nn
vm
;
auto
add
=
Op
::
Get
(
"add"
);
auto
add
=
Op
::
Get
(
"add"
);
auto
nick
=
Op
::
GetAttr
<
std
::
string
>
(
"nick_name"
);
auto
nick
=
Op
::
GetAttr
<
std
::
string
>
(
"nick_name"
);
LOG
(
INFO
)
<<
"nick="
<<
nick
[
add
];
LOG
(
INFO
)
<<
"nick="
<<
nick
[
add
];
}
}
void
test_tuple
()
{
void
test_tuple
()
{
using
nn
graph
::
Tuple
;
using
nn
vm
::
Tuple
;
using
nn
graph
::
TShape
;
using
nn
vm
::
TShape
;
Tuple
<
int
>
x
{
1
,
2
,
3
};
Tuple
<
int
>
x
{
1
,
2
,
3
};
Tuple
<
int
>
y
{
1
,
2
,
3
,
5
,
6
};
Tuple
<
int
>
y
{
1
,
2
,
3
,
5
,
6
};
x
=
std
::
move
(
y
);
x
=
std
::
move
(
y
);
...
@@ -27,7 +27,7 @@ void test_tuple() {
...
@@ -27,7 +27,7 @@ void test_tuple() {
std
::
istringstream
is
(
os
.
str
());
std
::
istringstream
is
(
os
.
str
());
is
>>
y
;
is
>>
y
;
CHECK_EQ
(
x
,
y
);
CHECK_EQ
(
x
,
y
);
Tuple
<
nn
graph
::
index_t
>
ss
{
1
,
2
,
3
};
Tuple
<
nn
vm
::
index_t
>
ss
{
1
,
2
,
3
};
TShape
s
=
ss
;
TShape
s
=
ss
;
s
=
std
::
move
(
ss
);
s
=
std
::
move
(
ss
);
CHECK
((
s
==
TShape
{
1
,
2
,
3
}));
CHECK
((
s
==
TShape
{
1
,
2
,
3
}));
...
@@ -35,8 +35,8 @@ void test_tuple() {
...
@@ -35,8 +35,8 @@ void test_tuple() {
void
test_graph
()
{
void
test_graph
()
{
nn
graph
::
Graph
g
;
nn
vm
::
Graph
g
;
g
.
DFSVisit
([](
const
std
::
shared_ptr
<
const
nn
graph
::
Node
>&
n
){
g
.
DFSVisit
([](
const
std
::
shared_ptr
<
const
nn
vm
::
Node
>&
n
){
});
});
}
}
int
main
()
{
int
main
()
{
...
...
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