aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/test_benchmark.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-06-09 13:37:04 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-06-09 14:49:38 -0700
commitb62ddf7cb5224b078a4dd325640227680641485a (patch)
tree5baf4c11338b2cde8e9eea12bdd64b4666e5384d /tensorflow/core/platform/test_benchmark.h
parent75ba1a81703baec0a8362a2d475c4180bdc34c1b (diff)
Adds tf.random_gamma(shape, alpha, beta) to tf core.
Adds a sample method to the Gamma distribution which uses this op. Change: 124498685
Diffstat (limited to 'tensorflow/core/platform/test_benchmark.h')
-rw-r--r--tensorflow/core/platform/test_benchmark.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/platform/test_benchmark.h b/tensorflow/core/platform/test_benchmark.h
index fd333bca79..a6636225cc 100644
--- a/tensorflow/core/platform/test_benchmark.h
+++ b/tensorflow/core/platform/test_benchmark.h
@@ -54,6 +54,7 @@ class Benchmark {
Benchmark* Arg(int x);
Benchmark* ArgPair(int x, int y);
Benchmark* Range(int lo, int hi);
+ Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
static void Run(const char* pattern);
private: