Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op

release/0.11.0
wanghaox 7 years ago
commit 99544961d9

@ -42,6 +42,9 @@ limitations under the License. */
#include "paddle/platform/gpu_info.h"
#endif
// disable auto conversion to list in Python
PYBIND11_MAKE_OPAQUE(paddle::framework::LoDTensorArray);
namespace paddle {
namespace pybind {
static size_t UniqueIntegerGenerator(const std::string &prefix) {

Loading…
Cancel
Save