Skip to content

Commit 3925b91

Browse files
Changes for recent dependency updates and refactoring
1 parent 0b935c0 commit 3925b91

12 files changed

+183
-532
lines changed

docs/source/symbolic-pymc-tour.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,10 @@ TFlowMetaTensor(
226226

227227
* S-expressions
228228
As an alternative approach to full meta graph conversion, we can also convert
229-
TensorFlow graphs into an [[https://en.wikipedia.org/wiki/S-expression][S-expression-like]] form.
229+
TensorFlow graphs into an [[https://en.wikipedia.org/wiki/S-expression][S-expression-like]] form using [[https://github.com/pythological/etuples][src_python[:eval never]{etuples}]].
230230
#+NAME: etuplize-graph
231231
#+BEGIN_SRC python :exports code :results none
232-
from symbolic_pymc.etuple import etuple, etuplize
232+
from etuples import etuple, etuplize
233233

234234

235235
z_sexp = etuplize(z_tf)
@@ -1042,7 +1042,7 @@ graph until the applicable subgraph is found (and replaced).
10421042

10431043
#+NAME: mk-dist-goal-gapply-distribute
10441044
#+BEGIN_SRC python :exports code :results none
1045-
from symbolic_pymc.relations.graph import graph_applyo
1045+
from kanren.graph import walko
10461046

10471047

10481048
with graph_mode():

0 commit comments

Comments
 (0)