• Pruthvi's avatar
    helpers for function and node to determine the dynamic shape (#2753) · 507e6d0a
    Pruthvi authored
    * - add method to determine if the function contains nodes with dynamic shape
    - add virtual method to node to determine if the node contains any partial shape.
    
    * - add support to reshape op to determine if the reshape node as dynamic attributes
    
    * Address PR comments
    
    * - check all the inputs to determine if the node has dynamic_shape
    - addressed Adam comments
    
    * - add support to abort graph match if the nodes are dynamic
    
    * Addressed PR comments
    
    * - remove strict check on dynmic shape in the matcher
    507e6d0a
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...
.gitmodules 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...