fix lod_tensor_array (#5625)

mobile_baidu
Qiao Longfei 7 years ago committed by GitHub
parent 2f3d1c345f
commit b6c262e12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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