Home
last modified time | relevance | path

Searched refs:sloppy (Results 1 – 25 of 51) sorted by relevance

123

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dparallel_interleave_test.py59 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/
Dgraph_test_utils.cc96 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()
Dgraph_test_utils.h57 StringPiece function_name, bool sloppy);
62 StringPiece function_name, bool sloppy);
67 bool sloppy);
/external/tensorflow/tensorflow/python/tpu/
Ddatasets.py62 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/
Dreaders.py339 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,
Dinterleave_ops.py46 sloppy=False, argument
97 block_length, sloppy,
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dparallel_interleave_dataset_serialization_test.py42 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/
DParseExampleDataset.pbtxt71 name: "sloppy"
148 name: "sloppy"
DParallelMapDataset.pbtxt176 name: "sloppy"
230 name: "sloppy"
DParallelInterleaveDataset.pbtxt20 name: "sloppy"
DExperimentalParallelInterleaveDataset.pbtxt20 name: "sloppy"
DParallelInterleaveDatasetV2.pbtxt97 name: "sloppy"
DExperimentalParseExampleDataset.pbtxt141 name: "sloppy"
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py103 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/
DParallelMapDataset.pbtxt176 name: "sloppy"
230 name: "sloppy"
DParallelInterleaveDataset.pbtxt20 name: "sloppy"
DExperimentalParallelInterleaveDataset.pbtxt20 name: "sloppy"
DParallelInterleaveDatasetV2.pbtxt97 name: "sloppy"
DParseExampleDataset.pbtxt71 name: "sloppy"
DExperimentalParseExampleDataset.pbtxt141 name: "sloppy"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParallelInterleaveDataset.pbtxt33 name: "sloppy"
87 !! WARNING !! If the `sloppy` parameter is set to `True`, the operation of this
/external/curl/tests/data/
Dtest121332 # the thing here is that this sloppy form is accepted and we convert it
Dtest121432 # the thing here is that this sloppy form is accepted and we convert it
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_data_fuse_map_and_batch.mlir17 preserve_cardinality = false, sloppy = false,
Dtf_data_fuse_pmap_and_batch.mlir17 preserve_cardinality = false, sloppy = false,

123