• Tomasz Dołbniak's avatar
    [ONNX] Initial support for dynamic shapes (#4197) · 4c322687
    Tomasz Dołbniak authored
    * Switch to PartialShape in onnx_importer ValueInfo
    
    * Construct dynamic dimensions out of ONNX dimensions defined as dim_param
    
    * Validate the PartialShape of inputs created from an ONNX model with dynamic shapes
    
    * Validate the output shape inference for a dynamic ONNX model
    
    * Test the execution of an ONNX model with dynamic dimensions
    
    * Test the Ax+B with more than one batch size
    
    * Provenance tagging adjustments - PartialShape instead of Shape
    
    * Correct translation of ONNX shapes to nG shapes
    
    * Test the shape of Constant produced by scalar initializers
    
    * Review comments & more strict assertions in UT
    
    * UT checking a dynamic rank input
    
    * Fully dynamic input inference test
    
    * ONNX provenance tags adjustments and back to get_shape
    
    * Remove an obsolete space in provenance tags
    Co-Authored-By: 's avatarMichał Karzyński <postrational@users.noreply.github.com>
    
    * Remove an obsolete space in provenance tests
    Co-authored-by: 's avatarMichał Karzyński <postrational@users.noreply.github.com>
    Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
    4c322687
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...