“0380bfb3cf693cf233a3ad5fa4382fc65a2c7a02”上不存在“python/paddle/fluid/tests/unittests/test_net.py”
  • Y
    Remove ScopePtr and OperatorPtr · c2543f5b
    Yu Yang 提交于
    * ScopePtr means pointer of scope, but it can be shared or uniqued.
    Change it to std::shared_ptr<Scope> to make code better to read.
    c2543f5b
pybind.cc 5.8 KB