提交 0904f07d 编写于 作者: X Xin Pan

polish

上级 9b7c3f96
......@@ -518,10 +518,6 @@ All parameter, weight, gradient are variables in Paddle.
m.def("init_glog", framework::InitGLOG);
m.def("init_devices",
[](bool init_p2p) { framework::InitDevices(init_p2p); });
m.def("_supported_version", []() {
std::vector<int> supported_versions;
return supported_versions;
});
m.def("is_compiled_with_cuda", IsCompiledWithCUDA);
m.def("is_compiled_with_dist", IsCompiledWithDIST);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册