aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/bayesflow
diff options
context:
space:
mode:
authorGravatar Jeremy Lau <lauj@google.com>2018-02-26 12:23:36 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-26 12:27:51 -0800
commit1120deaf0bf5a51db5351c12b548994b35ba71c8 (patch)
treea3de49042b07bdcce842955649ebf7a9feef4c67 /tensorflow/contrib/bayesflow
parent63d4c46a613c4d0e44d966c040bdfbbd0b16d13d (diff)
Internal change.
PiperOrigin-RevId: 187061863
Diffstat (limited to 'tensorflow/contrib/bayesflow')
-rw-r--r--tensorflow/contrib/bayesflow/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/bayesflow/BUILD b/tensorflow/contrib/bayesflow/BUILD
index 08b29fb6bc..270c309ec3 100644
--- a/tensorflow/contrib/bayesflow/BUILD
+++ b/tensorflow/contrib/bayesflow/BUILD
@@ -210,7 +210,7 @@ cuda_py_test(
cuda_py_test(
name = "hmc_test",
- size = "medium",
+ size = "large",
srcs = ["python/kernel_tests/hmc_test.py"],
additional_deps = [
":bayesflow_py",