Home
last modified time | relevance | path

Searched refs:determinism (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_utils_test.cc274 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()
Ddataset_utils.h133 explicit DeterminismPolicy(Type determinism) : determinism_(determinism) {} in DeterminismPolicy() argument
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParallelInterleaveDatasetV3.pbtxt51 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.
Dapi_def_ParallelInterleaveDatasetV4.pbtxt65 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.
Dapi_def_ParseExampleDatasetV2.pbtxt71 A string indicating the op-level determinism to use. Deterministic controls
74 "true", "false", and "default". "default" indicates that determinism should be
Dapi_def_NonDeterministicInts.pbtxt24 This op may use some OS-provided source of non-determinism (e.g. an RNG), so each execution will gi…
Dapi_def_ParallelInterleaveDatasetV2.pbtxt73 which can improve performance at the expense of non-determinism.
/external/llvm-project/llvm/utils/gn/docs/
Ddeterministic.md14 "Getting to local determinism" and "Getting debuggers to work well with
/external/llvm-project/clang/test/CodeGenObjC/
Dgnu-deterministic-selectors.m6 // Clang sorts them when targeting a GCC-like ABI to guarantee determinism.
/external/llvm-project/clang/cmake/caches/
DREADME.txt73 This is useful for finding non-determinism the compiler by verifying that stage2
/external/clang/cmake/caches/
DREADME.txt73 This is useful for finding non-determinism the compiler by verifying that stage2
/external/llvm-project/llvm/test/Analysis/MemorySSA/
Dnondeterminism.ll6 ; Note: test was added in an effort to ensure determinism when updating memoryssa. See PR42574.
/external/boringssl/src/
DFUZZING.md73 …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/
Dcc_toolchain_config.bzl350 name = "determinism",
1267 "determinism",
1283 "determinism",
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11/
Dcc_toolchain_config.bzl350 name = "determinism",
1293 "determinism",
1309 "determinism",
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1/
Dcc_toolchain_config.bzl350 name = "determinism",
1293 "determinism",
1309 "determinism",
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/clang_manylinux2010-cuda10.0/
Dcc_toolchain_config.bzl350 name = "determinism",
1293 "determinism",
1309 "determinism",
/external/llvm/docs/
DScudoHardenedAllocator.rst61 mitigate use-after-free vulnerabilities by reducing the determinism of the
DAdvancedBuilds.rst153 In the ancient lore of compilers non-determinism is like the multi-headed hydra.
/external/rust/crates/ahash/
DREADME.md61 (If non-determinism is a problem see [constrandom's documentation](https://github.com/tkaitchuck/co…
/external/ltp/doc/
Dbuild-system-guide.txt129 etc. This makes cross-compilation and determinism difficult, if not impossible.
/external/llvm-project/llvm/utils/gn/build/
DBUILD.gn17 # most debuggers harder to use. See "Getting to local determinism" and
/external/tensorflow/tensorflow/compiler/xla/
Dxla.proto284 // 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/
Ddocs.rst101 create determinism from cold boots when using for example DRAM.
/external/llvm-project/llvm/docs/
DAdvancedBuilds.rst172 In the ancient lore of compilers non-determinism is like the multi-headed hydra.

12