Skip to content

Commit 3b1c7fb

Browse files
authored
[CI] Remove context and scope.
1 parent ad3e092 commit 3b1c7fb

5 files changed

Lines changed: 0 additions & 522 deletions

File tree

docs/tutorials/programming_model.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/tutorials/tutorials.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
```{toctree}
44
:maxdepth: 2
55
6-
programming_model
76
data_loading
87
```

hybridbackend/tensorflow/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@
2424
from . import training as train
2525

2626
from hybridbackend.libhybridbackend import buildinfo
27-
from hybridbackend.tensorflow.framework.context import Context
28-
from hybridbackend.tensorflow.framework.context import context
2927
from hybridbackend.tensorflow.framework.random import enable_deterministic
30-
from hybridbackend.tensorflow.framework.scope import function
31-
from hybridbackend.tensorflow.framework.scope import scope

0 commit comments

Comments
 (0)