Home
last modified time | relevance | path

Searched refs:allow_missing (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py671 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/
Dparse_single_example_op_test.py727 (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 …]
Dparsing_ops_test.py742 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/
Dtensorflow.-fixed-len-sequence-feature.pbtxt7 name: "allow_missing"
Dtensorflow.io.-fixed-len-sequence-feature.pbtxt7 name: "allow_missing"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-fixed-len-sequence-feature.pbtxt7 name: "allow_missing"
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py67 if not feature.allow_missing:
73 feature.allow_missing,
Dparsing_config.py348 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: