aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/debug/lib
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-17 15:38:08 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-17 15:45:09 -0800
commita6421c4dda1a83ea975bae545df1de16d38726b0 (patch)
tree4dd8da6a691c141b1b4b2c8c7432fde4b3547c43 /tensorflow/python/debug/lib
parentef1f50399ddca17285ed3f9dd5c9e35a4646df31 (diff)
Swap NaN count from index 7 to 2 within DebugNumericSummary ops.
Change: 147888410
Diffstat (limited to 'tensorflow/python/debug/lib')
-rw-r--r--tensorflow/python/debug/lib/session_debug_testlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/debug/lib/session_debug_testlib.py b/tensorflow/python/debug/lib/session_debug_testlib.py
index 2042a3bea0..c6b229f786 100644
--- a/tensorflow/python/debug/lib/session_debug_testlib.py
+++ b/tensorflow/python/debug/lib/session_debug_testlib.py
@@ -1060,7 +1060,7 @@ class SessionDebugTestBase(test_util.TensorFlowTestCase):
self.assertTrue(dump.loaded_partition_graphs())
self.assertAllClose([[
- 1.0, 18.0, 2.0, 2.0, 3.0, 2.0, 5.0, 4.0, -3.0, 7.0, 0.85714286,
+ 1.0, 18.0, 4.0, 2.0, 2.0, 3.0, 2.0, 5.0, -3.0, 7.0, 0.85714286,
8.97959184
]], dump.get_tensors("numeric_summary/a/read", 0, "DebugNumericSummary"))