• S
    Add variant of new load and save ops for storing model params in a single file (#7909) · 2e907c36
    Siddharth Goyal 提交于
    * Add save_combine_op
    
    * Add load_combine_op and test
    
    * Add unit-test
    
    * Add a delete to free buffer memory
    
    * Add new variant of load/save
    
    * Fix unit-test
    
    * Add another unit test for compatibility with original save/load
    
    * Address review comments and simplify logic
    
    * Address review comments and simplify code - part 2
    
    * Fix naming issues and CMake problems
    
    * Address review comments
    
    * Fix LoD information in tests
    
    * Address review comments: round 2
    2e907c36
save_combine_op.cc 4.6 KB