• Sebastian Messmer's avatar
    Use c10::List (#21177) · b527e485
    Sebastian Messmer 提交于
    Summary:
    Pull Request resolved: https://github.com/pytorch/pytorch/pull/21177
    
    - Integrate c10::ListPtr into IValue and the c10 dispatcher.
    - Streamline conversion to/from IValue. Before, we had IValue::to<> and kernel_functor.h had its own ivalue_to_arg_type and return_type_to_ivalue. They are now unified. Also, this means that nested types like Dicts of Lists of Optional of Dict of ... do work as expected now
    
    Differential Revision: D15476433
    
    fbshipit-source-id: bde9df80df20091aa8e6ae17ba7e90abd149b954
    b527e485
名称
最后提交
最后更新
..
core Loading commit data...
cuda Loading commit data...
hip Loading commit data...
macros Loading commit data...
test Loading commit data...
util Loading commit data...
CMakeLists.txt Loading commit data...