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
782594d2
Commit
782594d2
authored
Jul 18, 2018
by
L.S. Cook
Committed by
Robert Kimball
Jul 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch typo (#1233)
* Draft of updates for JIRA tasks WIP * meta to correct spelling
parent
5190ee90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
code-contributor-README.rst
doc/sphinx/source/project/code-contributor-README.rst
+2
-2
No files found.
doc/sphinx/source/project/code-contributor-README.rst
View file @
782594d2
...
...
@@ -18,7 +18,7 @@ Code formatting
All C/C++ source code in the repository, including the test code, must
adhere to the source-code formatting and style guidelines described
here. The coding style described here applies to the nGraph
repository. Related repositories may make adjust
e
ments to better match
repository. Related repositories may make adjustments to better match
the coding styles of libraries they are using.
...
...
@@ -29,7 +29,7 @@ Our design philosophy is that the graph is not a script for running
optimized kernels; rather, the graph is a specification for a
computation composed of basic building blocks which we call
``ops``. Compilation should match groups of ``ops`` to appropriate
optimal semantically equivalent gro
o
ups of kernels for the backend(s)
optimal semantically equivalent groups of kernels for the backend(s)
in use. Thus, we expect that adding of new Core ops should be
infrequent and that most functionality instead gets added with new
functions that build sub-graphs from existing core ops.
...
...
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