未验证 提交 a685f305 编写于 作者: Y Yu Yang 提交者: GitHub

Merge pull request #14479 from reyoung/feature/fix_macos_ut

fix(Mac): fix unittest of macos
python/paddle/fluid/tests/unittests/reader_reset_test.recordio
paddle/operators/check_t.save
paddle/operators/check_tensor.ls
paddle/operators/tensor.save
......
......@@ -359,6 +359,9 @@ All parameter, weight, gradient are variables in Paddle.
return self.GetMutable<platform::Communicator>();
},
py::return_value_policy::reference)
#endif
#ifndef _WIN32
.def("get_reader",
[](Variable &self) -> framework::ReaderHolder * {
PADDLE_ENFORCE(self.IsType<framework::ReaderHolder>());
......@@ -366,7 +369,7 @@ All parameter, weight, gradient are variables in Paddle.
},
py::return_value_policy::reference)
#endif
;
; // NOLINT
#if !defined(_WIN32)
py::class_<framework::ReaderHolder>(m, "Reader", "")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册