Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
b970899
Initial commit
sayantan-nervana Sep 20, 2019
dfbb334
Assert that all nodes except result nodes have a tag
sayantan-nervana Sep 20, 2019
ecc72bd
Add tags to BatchToNGraph
sayantan-nervana Sep 20, 2019
b1a3d5a
Adding to BatchToTensorflow
sayantan-nervana Sep 20, 2019
b2a61d6
Minor
sayantan-nervana Sep 20, 2019
00b1d69
Changing checker to check_if_terminal_type
sayantan-nervana Sep 20, 2019
54489c4
Mnist working now
sayantan-nervana Sep 20, 2019
7bdfbad
Simplified check_if_terminal_node
sayantan-nervana Sep 20, 2019
28acca7
Remove stray line
sayantan-nervana Sep 20, 2019
738d549
Upgrade ngcore to 0.25.1.rc4
sayantan-nervana Sep 21, 2019
0b77e87
More places to add tags
sayantan-nervana Sep 22, 2019
a1be383
Add one more
sayantan-nervana Sep 23, 2019
3d485db
Upgrade to 25.1rc5
sayantan-nervana Sep 24, 2019
99aefa5
Add tags to some more
sayantan-nervana Sep 24, 2019
1ca8bdc
Replace an op overloading
sayantan-nervana Sep 24, 2019
b821460
Update ngcore version to 25.1rc7
sayantan-nervana Sep 25, 2019
a393a8e
Replace another op overload
sayantan-nervana Sep 25, 2019
a7b1383
Removing another op overload
sayantan-nervana Sep 25, 2019
b9891fa
Rename and add comments
sayantan-nervana Sep 25, 2019
75f6659
Merge branch 'sarkars/add_provenance_tags_to_all_nodes' of https://gi…
sayantan-nervana Sep 25, 2019
6bb6f8b
Update yaml
sayantan-nervana Sep 26, 2019
741429f
Merge branch 'sarkars/add_provenance_tags_to_all_nodes' of https://gi…
sayantan-nervana Sep 26, 2019
922dc25
Merge branch 'r0.19' into sarkars/add_provenance_tags_to_all_nodes
sayantan-nervana Sep 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Once TensorFlow's dependencies are installed, clone the `ngraph-bridge` repo:

git clone https://github.com/tensorflow/ngraph-bridge.git
cd ngraph-bridge
git checkout v0.19.0-rc3
git checkout v0.19.0-rc4

Run the following Python script to build TensorFlow, nGraph, and the bridge. Use Python 3.5:

Expand Down
Loading