Skip to content

Commit

Permalink
Integrate blis/ops14todo into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Project Philly committed May 4, 2016
2 parents ecfb7fb + 9d04eda commit 225f4c8
Show file tree
Hide file tree
Showing 64 changed files with 9,738 additions and 2,067 deletions.
6 changes: 3 additions & 3 deletions contrib/Python/cntk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

from .context import *
from .graph import *
from .objectives import *
from . import ops
from .optimizer import *
from .sgd import *
from .reader import UCIFastReader, CNTKTextFormatReader
from .ops.variables_and_parameters import *
from .ops import *
from .utils.eval import eval
717 changes: 480 additions & 237 deletions contrib/Python/cntk/context.py

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions contrib/Python/cntk/examples/Eval/eval.py

This file was deleted.

Loading

0 comments on commit 225f4c8

Please sign in to comment.