Searched refs:allow_missing (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parse_example_dataset_test.py | 671 allow_missing=True, 677 allow_missing=True, 719 allow_missing=True, 723 (2, 1, 1), dtype=dtypes.string, allow_missing=True), 733 allow_missing=True, 737 (2, 1, 1), dtype=dtypes.string, allow_missing=True), 795 (2, 1), dtype=dtypes.float32, allow_missing=True), 798 (1, 1, 1), dtype=dtypes.string, allow_missing=True), 801 shape=[], dtype=dtypes.int64, allow_missing=True), 804 shape=[], dtype=dtypes.string, allow_missing=True), [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | parse_single_example_op_test.py | 727 (2, 1), dtype=dtypes.float32, allow_missing=True), 730 (1, 1, 1), dtype=dtypes.string, allow_missing=True), 733 shape=[], dtype=dtypes.int64, allow_missing=True), 736 shape=[], dtype=dtypes.string, allow_missing=True), 749 (2, 1), dtype=dtypes.float32, allow_missing=True), 752 (1, 1, 1), dtype=dtypes.string, allow_missing=True), 755 shape=[], dtype=dtypes.int64, allow_missing=True), 758 shape=[], dtype=dtypes.string, allow_missing=True), 771 (2, 1), dtype=dtypes.float32, allow_missing=True), 774 (2, 1, 1), dtype=dtypes.string, allow_missing=True), [all …]
|
D | parsing_ops_test.py | 742 allow_missing=True, 748 allow_missing=True, 812 (2, 1), dtype=dtypes.float32, allow_missing=True), 815 (1, 1, 1), dtype=dtypes.string, allow_missing=True), 818 shape=[], dtype=dtypes.int64, allow_missing=True), 821 shape=[], dtype=dtypes.string, allow_missing=True), 844 allow_missing=True, 848 (1, 1, 1), dtype=dtypes.string, allow_missing=True), 851 shape=[], dtype=dtypes.int64, allow_missing=True), 854 shape=[], dtype=dtypes.string, allow_missing=True), [all …]
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-fixed-len-sequence-feature.pbtxt | 7 name: "allow_missing"
|
D | tensorflow.io.-fixed-len-sequence-feature.pbtxt | 7 name: "allow_missing"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.io.-fixed-len-sequence-feature.pbtxt | 7 name: "allow_missing"
|
/external/tensorflow/tensorflow/python/ops/ |
D | parsing_ops.py | 67 if not feature.allow_missing: 73 feature.allow_missing,
|
D | parsing_config.py | 348 def __new__(cls, shape, dtype, allow_missing=False, default_value=None): argument 350 cls, shape, dtype, allow_missing, default_value) 592 if feature.allow_missing:
|