1. 05 12月, 2022 4 次提交
  2. 02 12月, 2022 11 次提交
  3. 01 12月, 2022 5 次提交
  4. 30 11月, 2022 5 次提交
  5. 29 11月, 2022 14 次提交
  6. 28 11月, 2022 1 次提交
    • V
      [Clean Fluid API]Remove squeeze: use paddle.squeeze to replace paddle.fluid.layers.squeeze (#47938) · 2fe92990
      Vvsmile 提交于
      * Remove API: squeeze
      	Modify the funcation all of squeeze.
      	Use paddle.squeeze to replace paddle.fluid.layers.squeeze
      
      * Remove: squeeze
      	fix some modifications which are not needless to the original
      format
      
      * Fix the function call of 'squeeze' from old style to new style.
      
      * modify the call of squeeze from old style to new style
      
      * Modify the call of squeeze from old style to new style
      
      * replace squeeze with paddle.squeeze
      
      * modify the nn.py based on the review suggestion
      
      remove a redundant comment.
      
      * remove one comment which is not necessary
      2fe92990