From 0253f2c46fcab2410d01004115a16db7f9b393be Mon Sep 17 00:00:00 2001 From: dongzhihong Date: Sun, 30 Jul 2017 22:26:20 +0800 Subject: [PATCH] "fix bind python error" --- paddle/pybind/pybind.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/pybind/pybind.cc b/paddle/pybind/pybind.cc index 1138b07ec4..88deb56207 100644 --- a/paddle/pybind/pybind.cc +++ b/paddle/pybind/pybind.cc @@ -36,7 +36,7 @@ USE_OP(mul); USE_OP(sigmoid); USE_OP(softmax); USE_OP(rowwise_add); -USE_OP(random); +USE_OP(gaussian_random); template void ExposeOperator(ClassType& m) { -- GitLab