Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparse_example_dataset_test.py661 allow_missing=True,
667 allow_missing=True,
707 allow_missing=True,
711 (2, 1, 1), dtype=dtypes.string, allow_missing=True),
721 allow_missing=True,
725 (2, 1, 1), dtype=dtypes.string, allow_missing=True),
783 (2, 1), dtype=dtypes.float32, allow_missing=True),
786 (1, 1, 1), dtype=dtypes.string, allow_missing=True),
789 shape=[], dtype=dtypes.int64, allow_missing=True),
792 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.py732 allow_missing=True,
738 allow_missing=True,
804 (2, 1), dtype=dtypes.float32, allow_missing=True),
807 (1, 1, 1), dtype=dtypes.string, allow_missing=True),
810 shape=[], dtype=dtypes.int64, allow_missing=True),
813 shape=[], dtype=dtypes.string, allow_missing=True),
836 allow_missing=True,
840 (1, 1, 1), dtype=dtypes.string, allow_missing=True),
843 shape=[], dtype=dtypes.int64, allow_missing=True),
846 shape=[], dtype=dtypes.string, allow_missing=True),
[all …]
/external/autotest/server/site_tests/tast/
Dtast.py142 allow_missing=True)
175 def _get_path(self, paths, allow_missing=False): argument
194 if allow_missing:
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-fixed-len-sequence-feature.pbtxt7 name: "allow_missing"
/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/u-boot/tools/
Dimage-host.c401 int allow_missing; in fit_config_get_hash_list() local
423 &allow_missing); in fit_config_get_hash_list()
440 if (allow_missing) in fit_config_get_hash_list()
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py184 def __new__(cls, shape, dtype, allow_missing=False, default_value=None): argument
186 cls, shape, dtype, allow_missing, default_value)
294 if feature.allow_missing:
353 if not feature.allow_missing:
359 feature.allow_missing,
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_test.py496 allow_missing=True,
948 [], dtype=dtypes.int64, allow_missing=True, default_value=0),
996 [], dtype=dtypes.int64, allow_missing=True, default_value=1)
1037 shape=[2], dtype=dtypes.float32, allow_missing=False),
1040 shape=[5], dtype=dtypes.float32, allow_missing=True),
1045 shape=[], dtype=dtypes.float32, allow_missing=True),
Dfeature_column.py1699 [], self.dtype, allow_missing=True,
2639 allow_missing=(allow_missing_by_default or default_is_set))
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dtfexample_decoder_test.py809 [], dtypes.float32, allow_missing=True),
812 [], dtypes.float32, allow_missing=True),
815 [], dtypes.float32, allow_missing=True),
818 [], dtypes.float32, allow_missing=True),