File tree Expand file tree Collapse file tree 5 files changed +2
-162
lines changed Expand file tree Collapse file tree 5 files changed +2
-162
lines changed Original file line number Diff line number Diff line change 66
66
--ignore="tensorflow_datasets/image/lsun_test.py" \
67
67
--ignore="tensorflow_datasets/datasets/nsynth/nsynth_dataset_builder_test.py" \
68
68
--ignore="tensorflow_datasets/datasets/imagenet2012_corrupted/imagenet2012_corrupted_dataset_builder_test.py" \
69
- --ignore="tensorflow_datasets/scripts/documentation/build_api_docs_test.py" \
70
69
--ignore="tensorflow_datasets/import_without_tf_test.py" \
71
70
--ignore="tensorflow_datasets/core/github_api/github_path_test.py" \
72
71
--ignore="tensorflow_datasets/translate/wmt19_test.py" \
Original file line number Diff line number Diff line change 23
23
" tensorflow_datasets" ,
24
24
" -vv" ,
25
25
" --continue-on-collection-errors" ,
26
- " --ignore=tensorflow_datasets/testing/test_utils.py" ,
27
- " --ignore=tensorflow_datasets/scripts/documentation/build_api_docs_test.py"
26
+ " --ignore=tensorflow_datasets/testing/test_utils.py"
28
27
],
29
28
"files.watcherExclude" : {
30
29
"**/.git/**" : true ,
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ def f():
29
29
```
30
30
31
31
The functions exposed below are dummy decorators. This allows not having to load
32
- TensorFlow. The functions are monkey patched when needed in
33
- scripts/documentation/build_api_docs.py with actual TensorFlow documentation
34
- decorators.
32
+ TensorFlow.
35
33
"""
36
34
37
35
from typing import Any , TypeVar
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments