• R
    Merge pull request #20605 from rogday:split_slice_shenanigans · 4807cd8a
    rogday 提交于
    Add Normalize subgraph, fix Slice, Mul and Expand
    
    * Add Normalize subgraph, support for starts<0 and axis<0 in Slice, Mul broadcasting in the middle and fix Expand's unsqueeze
    
    * remove todos
    
    * remove range-based for loop
    
    * address review comments
    
    * change >> to > > in template
    
    * fix indexation
    
    * fix expand that does nothing
    4807cd8a
test_onnx_importer.cpp 44.3 KB