We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba890b commit 063c133Copy full SHA for 063c133
1 file changed
tfdeterminism/patch.py
@@ -1,5 +1,5 @@
1
# Copyright 2019 The TensorFlow-Determinism Authors. All Rights Reserved
2
-#
+#
3
# _new_biad_add_1_14() derived from source in
4
# https://github/tensorflow/tensorflow and therefore
5
# Copyright 2019 The TensorFlow Authors. All Rights Reserved
@@ -36,7 +36,7 @@
36
37
def _patch():
38
"""Patches TensorFlow to increase determinism when running on GPUs.
39
-
+
40
Calling this method either before or after explicitly importing TensorFlow,
41
but always before constructing any graphs, will increase the determinsism
42
when running on GPUs.
0 commit comments