Created
August 18, 2018 08:50
-
-
Save cipharius/03dca2e1c53a747c6244c1243fe5a0c6 to your computer and use it in GitHub Desktop.
Revisions
-
cipharius created this gist
Aug 18, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ for slice in inputTensor.axis(0): if slice[0, dotProductColumn] >= 0: a.add(slice) else: b.add(slice)