forked from pymc-devs/symbolic-pymc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement basic TensorFlow meta objects
This commit provides basic TensorFlow graph interop. There are still a few design questions and choices to iterate on (e.g. the TF namespace/graph used during intermediate base-object derived meta object construction steps), but the basic class wrappers, helper functions, term representation and unification are working. Closes pymc-devs#3.
- Loading branch information
1 parent
0323e0e
commit 5b5a6dd
Showing
15 changed files
with
1,147 additions
and
212 deletions.
There are no files selected for viewing
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Needed to register generic functions | ||
from .unify import * |
Oops, something went wrong.