“f32ca6369099f5d3776ae87d431b9b39ea8eba3e”上不存在“paddle/phi/kernels/cpu/segment_pool_kernel.cc”
  • Y
    Restore the param infos in Program.clone() (#5873) · d89ff5b6
    Yu Yang 提交于
    * Restore the param infos in Program.clone()
    
    The Program.clone only clone the variables and ops
    in the program into a new program. However, the
    information of Parameter is not clone.
    
    So we need restore the information of Parameters.
    
    Fix #5871
    
    * Follow comments
    
    * Fix CI
    
    * Fix CI
    
    * Fix CI
    d89ff5b6
test_program.py 4.9 KB