/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/ |
D | parallel_interleave_test.py | 59 def dataset_fn(self, input_values, cycle_length, block_length, sloppy, argument 83 interleave_fn, cycle_length, block_length, sloppy, 175 sloppy=[False, True], prefetch_input_elements=[0, 1]))) 176 def testSingleThreaded(self, sloppy, prefetch_input_elements): argument 186 sloppy=sloppy, 207 sloppy=False, 227 combinations.combine(sloppy=[False, True]))) 228 def testTwoThreadsNoContention(self, sloppy): argument 239 sloppy=sloppy, 261 combinations.combine(sloppy=[False, True]))) [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | graph_test_utils.cc | 96 StringPiece function_name, bool sloppy) { in MakeParallelInterleaveV2Node() argument 106 {"sloppy", sloppy}, in MakeParallelInterleaveV2Node() 112 StringPiece function_name, bool sloppy) { in MakeParallelMapNode() argument 121 {"sloppy", sloppy}, in MakeParallelMapNode() 127 bool sloppy) { in MakeParseExampleNode() argument 134 {"sloppy", sloppy}, in MakeParseExampleNode()
|
D | graph_test_utils.h | 57 StringPiece function_name, bool sloppy); 62 StringPiece function_name, bool sloppy); 67 bool sloppy);
|
/external/tensorflow/tensorflow/python/tpu/ |
D | datasets.py | 62 sloppy: bool = True) -> dataset_ops.Dataset: 152 reader_fn, cycle_length=num_parallel_reads, sloppy=sloppy)) 192 MapFn, num_parallel_calls=4 if sloppy else None)
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | readers.py | 339 sloppy=False, argument 576 options.experimental_deterministic = not sloppy 586 sloppy=sloppy, 628 sloppy=False, argument 637 prefetch_buffer_size, num_parallel_reads, sloppy, num_rows_for_inference, 1060 sloppy=sloppy_ordering,
|
D | interleave_ops.py | 46 sloppy=False, argument 97 block_length, sloppy,
|
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/ |
D | parallel_interleave_dataset_serialization_test.py | 42 def _build_ds(self, cycle_length, block_length, sloppy=False): argument 47 cycle_length, block_length, sloppy)))
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | ParseExampleDataset.pbtxt | 71 name: "sloppy" 148 name: "sloppy"
|
D | ParallelMapDataset.pbtxt | 176 name: "sloppy" 230 name: "sloppy"
|
D | ParallelInterleaveDataset.pbtxt | 20 name: "sloppy"
|
D | ExperimentalParallelInterleaveDataset.pbtxt | 20 name: "sloppy"
|
D | ParallelInterleaveDatasetV2.pbtxt | 97 name: "sloppy"
|
D | ExperimentalParseExampleDataset.pbtxt | 141 name: "sloppy"
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | readers.py | 103 sloppy=False, 252 sloppy, buffer_output_elements, prefetch_input_elements): argument 272 if sloppy is None: 274 elif sloppy:
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | ParallelMapDataset.pbtxt | 176 name: "sloppy" 230 name: "sloppy"
|
D | ParallelInterleaveDataset.pbtxt | 20 name: "sloppy"
|
D | ExperimentalParallelInterleaveDataset.pbtxt | 20 name: "sloppy"
|
D | ParallelInterleaveDatasetV2.pbtxt | 97 name: "sloppy"
|
D | ParseExampleDataset.pbtxt | 71 name: "sloppy"
|
D | ExperimentalParseExampleDataset.pbtxt | 141 name: "sloppy"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParallelInterleaveDataset.pbtxt | 33 name: "sloppy" 87 !! WARNING !! If the `sloppy` parameter is set to `True`, the operation of this
|
/external/curl/tests/data/ |
D | test1213 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
D | test1214 | 32 # the thing here is that this sloppy form is accepted and we convert it
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_data_fuse_map_and_batch.mlir | 17 preserve_cardinality = false, sloppy = false,
|
D | tf_data_fuse_pmap_and_batch.mlir | 17 preserve_cardinality = false, sloppy = false,
|