diff --git a/paddle/pybind/pybind.cc b/paddle/pybind/pybind.cc index 1138b07ec4a2cd6c3026cca5ab24dea7ac04420f..88deb56207c04c202260d846ea36f80fdb5f9685 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) {