Skip to content

Commit 0904f07

Browse files
committed
polish
1 parent 9b7c3f9 commit 0904f07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

paddle/fluid/pybind/pybind.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -518,10 +518,6 @@ All parameter, weight, gradient are variables in Paddle.
518518
m.def("init_glog", framework::InitGLOG);
519519
m.def("init_devices",
520520
[](bool init_p2p) { framework::InitDevices(init_p2p); });
521-
m.def("_supported_version", []() {
522-
std::vector<int> supported_versions;
523-
return supported_versions;
524-
});
525521

526522
m.def("is_compiled_with_cuda", IsCompiledWithCUDA);
527523
m.def("is_compiled_with_dist", IsCompiledWithDIST);

0 commit comments

Comments
 (0)