Commit b0944df
committed
Do not remove TF NodeDef attributes under enable_lvar_defaults
The `NodeDef` attributes of a "Const" operator hold the distinguishing constant
value, so removing them results in a meta object that no longer corresponds to a
specific constant.1 parent 16e369c commit b0944df
File tree
2 files changed
+5
-1
lines changed- symbolic_pymc/tensorflow
- tests/tensorflow
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
597 | 601 | | |
598 | 602 | | |
599 | 603 | | |
| |||
0 commit comments