/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_utils_test.cc | 274 DeterminismPolicy determinism; in TEST() local 275 TF_ASSERT_OK(DeterminismPolicy::FromString("true", &determinism)); in TEST() 276 EXPECT_TRUE(determinism.IsDeterministic()); in TEST() 277 TF_ASSERT_OK(DeterminismPolicy::FromString("false", &determinism)); in TEST() 278 EXPECT_TRUE(determinism.IsNondeterministic()); in TEST() 279 TF_ASSERT_OK(DeterminismPolicy::FromString("default", &determinism)); in TEST() 280 EXPECT_TRUE(determinism.IsDefault()); in TEST() 285 DeterminismPolicy determinism; in TEST() local 286 TF_ASSERT_OK(DeterminismPolicy::FromString(s, &determinism)); in TEST() 287 EXPECT_TRUE(s == determinism.String()); in TEST()
|
D | dataset_utils.h | 133 explicit DeterminismPolicy(Type determinism) : determinism_(determinism) {} in DeterminismPolicy() argument
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParallelInterleaveDatasetV3.pbtxt | 51 A string indicating the op-level determinism to use. Deterministic controls 54 "true", "false", and "default". "default" indicates that determinism should be 84 This can improve performance at the expense of non-determinism.
|
D | api_def_ParallelInterleaveDatasetV4.pbtxt | 65 A string indicating the op-level determinism to use. Deterministic controls 68 "true", "false", and "default". "default" indicates that determinism should be 98 This can improve performance at the expense of non-determinism.
|
D | api_def_ParseExampleDatasetV2.pbtxt | 71 A string indicating the op-level determinism to use. Deterministic controls 74 "true", "false", and "default". "default" indicates that determinism should be
|
D | api_def_NonDeterministicInts.pbtxt | 24 This op may use some OS-provided source of non-determinism (e.g. an RNG), so each execution will gi…
|
D | api_def_ParallelInterleaveDatasetV2.pbtxt | 73 which can improve performance at the expense of non-determinism.
|
/external/llvm-project/llvm/utils/gn/docs/ |
D | deterministic.md | 14 "Getting to local determinism" and "Getting debuggers to work well with
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | gnu-deterministic-selectors.m | 6 // Clang sorts them when targeting a GCC-like ABI to guarantee determinism.
|
/external/llvm-project/clang/cmake/caches/ |
D | README.txt | 73 This is useful for finding non-determinism the compiler by verifying that stage2
|
/external/clang/cmake/caches/ |
D | README.txt | 73 This is useful for finding non-determinism the compiler by verifying that stage2
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
D | nondeterminism.ll | 6 ; Note: test was added in an effort to ensure determinism when updating memoryssa. See PR42574.
|
/external/boringssl/src/ |
D | FUZZING.md | 73 …r mode changes above and a `-deterministic` flag which removes all non-determinism on the Go side.…
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/ |
D | cc_toolchain_config.bzl | 350 name = "determinism", 1267 "determinism", 1283 "determinism",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11/ |
D | cc_toolchain_config.bzl | 350 name = "determinism", 1293 "determinism", 1309 "determinism",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1/ |
D | cc_toolchain_config.bzl | 350 name = "determinism", 1293 "determinism", 1309 "determinism",
|
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang_manylinux2010-cuda10.0/ |
D | cc_toolchain_config.bzl | 350 name = "determinism", 1293 "determinism", 1309 "determinism",
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 61 mitigate use-after-free vulnerabilities by reducing the determinism of the
|
D | AdvancedBuilds.rst | 153 In the ancient lore of compilers non-determinism is like the multi-headed hydra.
|
/external/rust/crates/ahash/ |
D | README.md | 61 (If non-determinism is a problem see [constrandom's documentation](https://github.com/tkaitchuck/co…
|
/external/ltp/doc/ |
D | build-system-guide.txt | 129 etc. This makes cross-compilation and determinism difficult, if not impossible.
|
/external/llvm-project/llvm/utils/gn/build/ |
D | BUILD.gn | 17 # most debuggers harder to use. See "Getting to local determinism" and
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla.proto | 284 // Guarantee run-to-run determinism from reductions on XLA:GPU. 312 // Guarantees run-to-run determinism. At present, the HLO ops Scatter and
|
/external/pigweed/pw_persistent_ram/ |
D | docs.rst | 101 create determinism from cold boots when using for example DRAM.
|
/external/llvm-project/llvm/docs/ |
D | AdvancedBuilds.rst | 172 In the ancient lore of compilers non-determinism is like the multi-headed hydra.
|