2018 06 21 - sneaxiy/Paddle GitHub Wiki

Zeng Jinle

  • Design Python data feeding method
  • [WIP]Implement Python data feeding in both C++ and Python side, and self-testing is about to be carried out.
  • Find a bug in tensor_py.h, which may cause "multiple definition" error when compiling if it is included in two or more compilation unit. It is caused by implementing fully specialized template functions in header file tensor_py.h. Adding inline before these functions would fix it. Ready to create a PR.