1. 16 6月, 2022 1 次提交
    • Z
      [cherry pick] Unit test with tempfile to place the temporary files (#43522) · 1a660c8a
      zhangbopd 提交于
          Use tempfile for unit test & custom op test to replace temporary files to ensure that all temporary files will be deleted normally after a single measurement, avoiding the usage of disk files.
          The PR only involves single-test and op test modifications and does not affect existing functionality.
          Release/2.3 branch modified in PR43521;
      1a660c8a
  2. 15 12月, 2021 1 次提交
  3. 30 11月, 2020 1 次提交
  4. 21 10月, 2020 1 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
  5. 16 9月, 2020 1 次提交
  6. 06 9月, 2020 1 次提交