helpers for function and node to determine the dynamic shape (#2753)
* - 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
Showing
Please
register
or
sign in
to comment