aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/random
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-01-19 09:32:00 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:47:45 -0800
commitf592f23775e2a6ac75496829db5005d3bb70a3d2 (patch)
tree1e372015da951b379c56186b7cb7fef6de534937 /tensorflow/core/lib/random
parent8a1c308450b64a7d3c2ca520109c4909acbf13ff (diff)
Replacing reference 'names' variable with 'example_names' variable.
Change: 112481326
Diffstat (limited to 'tensorflow/core/lib/random')
-rw-r--r--tensorflow/core/lib/random/distribution_sampler_test.cc2
-rw-r--r--tensorflow/core/lib/random/philox_random_test.cc2
-rw-r--r--tensorflow/core/lib/random/random_distributions_test.cc2
-rw-r--r--tensorflow/core/lib/random/random_test.cc2
-rw-r--r--tensorflow/core/lib/random/simple_philox_test.cc2
-rw-r--r--tensorflow/core/lib/random/weighted_picker_test.cc2
6 files changed, 6 insertions, 6 deletions
diff --git a/tensorflow/core/lib/random/distribution_sampler_test.cc b/tensorflow/core/lib/random/distribution_sampler_test.cc
index afcf4fc449..f2af56ce3d 100644
--- a/tensorflow/core/lib/random/distribution_sampler_test.cc
+++ b/tensorflow/core/lib/random/distribution_sampler_test.cc
@@ -19,7 +19,7 @@ limitations under the License.
#include <memory>
#include <vector>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/lib/random/simple_philox.h"
#include "tensorflow/core/platform/macros.h"
#include "tensorflow/core/platform/port.h"
diff --git a/tensorflow/core/lib/random/philox_random_test.cc b/tensorflow/core/lib/random/philox_random_test.cc
index a46eb0128c..79a1559628 100644
--- a/tensorflow/core/lib/random/philox_random_test.cc
+++ b/tensorflow/core/lib/random/philox_random_test.cc
@@ -21,7 +21,7 @@ limitations under the License.
#include <unordered_map>
#include <vector>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/lib/random/philox_random_test_utils.h"
#include "tensorflow/core/lib/random/random.h"
#include "tensorflow/core/lib/random/random_distributions.h"
diff --git a/tensorflow/core/lib/random/random_distributions_test.cc b/tensorflow/core/lib/random/random_distributions_test.cc
index 87fa4fdb10..78ddc53630 100644
--- a/tensorflow/core/lib/random/random_distributions_test.cc
+++ b/tensorflow/core/lib/random/random_distributions_test.cc
@@ -21,7 +21,7 @@ limitations under the License.
#include <unordered_map>
#include <vector>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/lib/random/philox_random.h"
#include "tensorflow/core/lib/random/philox_random_test_utils.h"
#include "tensorflow/core/lib/random/random.h"
diff --git a/tensorflow/core/lib/random/random_test.cc b/tensorflow/core/lib/random/random_test.cc
index 91d5f04685..a42d9c1238 100644
--- a/tensorflow/core/lib/random/random_test.cc
+++ b/tensorflow/core/lib/random/random_test.cc
@@ -16,7 +16,7 @@ limitations under the License.
#include "tensorflow/core/lib/random/random.h"
#include <set>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/platform/port.h"
namespace tensorflow {
diff --git a/tensorflow/core/lib/random/simple_philox_test.cc b/tensorflow/core/lib/random/simple_philox_test.cc
index a1ff5dcf43..8897408b6f 100644
--- a/tensorflow/core/lib/random/simple_philox_test.cc
+++ b/tensorflow/core/lib/random/simple_philox_test.cc
@@ -18,7 +18,7 @@ limitations under the License.
#include <set>
#include <string>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/port.h"
diff --git a/tensorflow/core/lib/random/weighted_picker_test.cc b/tensorflow/core/lib/random/weighted_picker_test.cc
index ff522c727e..a6a7f5b440 100644
--- a/tensorflow/core/lib/random/weighted_picker_test.cc
+++ b/tensorflow/core/lib/random/weighted_picker_test.cc
@@ -18,7 +18,7 @@ limitations under the License.
#include <string.h>
#include <vector>
-#include <gtest/gtest.h>
+#include "testing/base/public/gunit.h"
#include "tensorflow/core/lib/random/simple_philox.h"
#include "tensorflow/core/platform/logging.h"
#include "tensorflow/core/platform/macros.h"