Home
last modified time | relevance | path

Searched refs:deterministic (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/protobuf/python/google/protobuf/internal/
Dencoder.py444 def EncodePackedField(write, value, deterministic): argument
449 local_EncodeVarint(write, size, deterministic)
451 encode_value(write, element, deterministic)
455 def EncodeRepeatedField(write, value, deterministic): argument
458 encode_value(write, element, deterministic)
462 def EncodeField(write, value, deterministic): argument
464 return encode_value(write, value, deterministic)
478 def EncodePackedField(write, value, deterministic): argument
483 local_EncodeVarint(write, size, deterministic)
485 encode_value(write, modify_value(element), deterministic)
[all …]
/external/perfetto/src/trace_processor/sqlite/
Dregister_function.h105 bool deterministic = true);
116 bool deterministic = true);
159 bool deterministic) { in RegisterSqlFunction() argument
160 int flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0); in RegisterSqlFunction()
176 bool deterministic) { in RegisterSqlFunction() argument
177 int flags = SQLITE_UTF8 | (deterministic ? SQLITE_DETERMINISTIC : 0); in RegisterSqlFunction()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dparsing_ops.py35 deterministic): argument
42 if deterministic is None:
44 elif deterministic:
96 deterministic=self._deterministic,
110 def parse_example_dataset(features, num_parallel_calls=1, deterministic=None): argument
150 deterministic)
/external/tensorflow/tensorflow/python/data/kernel_tests/
Doptions_test.py69 options2.deterministic = False
76 self.assertIs(options.deterministic, False)
97 options2.deterministic = True
103 self.assertTrue(options.deterministic)
128 dataset_options.deterministic = True
145 options.deterministic = True
215 self.assertEqual(options.deterministic, options.experimental_deterministic)
220 self.assertFalse(result.deterministic)
221 self.assertEqual(result.deterministic, result.experimental_deterministic)
223 self.assertTrue(result.deterministic)
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_test_utils.cc45 StringPiece deterministic) { in MakeParallelBatchNode() argument
52 {"deterministic", string(deterministic)}}); in MakeParallelBatchNode()
131 StringPiece deterministic) { in MakeParallelInterleaveV4Node() argument
141 {"deterministic", string(deterministic)}, in MakeParallelInterleaveV4Node()
163 StringPiece deterministic) { in MakeParallelMapV2Node() argument
172 {"deterministic", string(deterministic)}, in MakeParallelMapV2Node()
Dgraph_test_utils.h37 StringPiece deterministic);
74 StringPiece deterministic);
85 StringPiece deterministic);
/external/tensorflow/tensorflow/python/data/ops/
Doptions.py436 deterministic = options_lib.create_option( variable in Options
523 if self.deterministic is not None:
524 pb.deterministic = self.deterministic
539 self.deterministic = pb.deterministic
Ddataset_ops.py1531 deterministic=None): argument
1581 if deterministic is not None and not DEBUG_MODE:
1587 num_parallel_calls, deterministic)
1715 def map(self, map_func, num_parallel_calls=None, deterministic=None): argument
1864 if deterministic is not None and not DEBUG_MODE:
1873 deterministic,
1916 deterministic=None): argument
2024 if deterministic is not None and not DEBUG_MODE:
2035 deterministic=deterministic)
3386 deterministic=None): argument
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StatelessRandomNormal.pbtxt27 summary: "Outputs deterministic pseudorandom values from a normal distribution."
31 The outputs are a deterministic function of `shape` and `seed`.
Dapi_def_StatelessRandomUniformFullInt.pbtxt28 summary: "Outputs deterministic pseudorandom random integers from a uniform distribution."
32 The outputs are a deterministic function of `shape` and `seed`.
Dapi_def_StatelessRandomUniform.pbtxt27 summary: "Outputs deterministic pseudorandom random values from a uniform distribution."
32 The outputs are a deterministic function of `shape` and `seed`.
Dapi_def_StatelessTruncatedNormal.pbtxt27 summary: "Outputs deterministic pseudorandom values from a truncated normal distribution."
33 The outputs are a deterministic function of `shape` and `seed`.
Dapi_def_StatelessRandomPoisson.pbtxt35 summary: "Outputs deterministic pseudorandom random numbers from a Poisson distribution."
39 The outputs are a deterministic function of `shape`, `seed`, and `lam`.
Dapi_def_StatelessRandomGammaV2.pbtxt35 summary: "Outputs deterministic pseudorandom random numbers from a gamma distribution."
39 The outputs are a deterministic function of `shape`, `seed`, and `alpha`.
Dapi_def_StatelessRandomUniformInt.pbtxt40 summary: "Outputs deterministic pseudorandom random integers from a uniform distribution."
44 The outputs are a deterministic function of `shape`, `seed`, `minval`, and `maxval`.
Dapi_def_StatelessRandomBinomial.pbtxt42 summary: "Outputs deterministic pseudorandom random numbers from a binomial distribution."
46 The outputs are a deterministic function of `shape`, `seed`, `counts`, and `probs`.
Dapi_def_StatelessRandomUniformFullIntV2.pbtxt40 summary: "Outputs deterministic pseudorandom random integers from a uniform distribution."
44 The outputs are a deterministic function of `shape`, `key`, `counter` and `alg`.
Dapi_def_StatelessRandomNormalV2.pbtxt40 summary: "Outputs deterministic pseudorandom values from a normal distribution."
44 The outputs are a deterministic function of `shape`, `key`, `counter` and `alg`.
Dapi_def_StatelessTruncatedNormalV2.pbtxt40 summary: "Outputs deterministic pseudorandom values from a truncated normal distribution."
46 The outputs are a deterministic function of `shape`, `key`, `counter` and `alg`.
Dapi_def_StatelessRandomUniformIntV2.pbtxt52 summary: "Outputs deterministic pseudorandom random integers from a uniform distribution."
56 The outputs are a deterministic function of `shape`, `key`, `counter`, `alg`, `minval` and `maxval`.
Dapi_def_StatelessRandomUniformV2.pbtxt40 summary: "Outputs deterministic pseudorandom random values from a uniform distribution."
45 The outputs are a deterministic function of `shape`, `key`, `counter` and `alg`.
Dapi_def_ParallelInterleaveDataset.pbtxt36 these elements in a non-deterministic order. Sloppy operation may result in better
39 If `False`, always return elements in a deterministic order.
88 dataset will not be deterministic!
Dapi_def_ParallelInterleaveDatasetV3.pbtxt49 name: "deterministic"
79 By default, the output of this dataset will be deterministic, which may result
81 In order to avoid head-of-line blocking, one can either set the `deterministic`
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-038.md17 deterministic = False
23 overlapping=overlapping, deterministic=deterministic, seed=seed, seed2=seed2)
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DParallelBatchDataset.pbtxt71 name: "deterministic"
120 name: "deterministic"

12345678910>>...12