tensorflow / ngraph-bridge

TensorFlow-nGraph bridge
Other
137 stars 64 forks source link

Range op translation #727

Closed kanvi-nervana closed 3 years ago

kanvi-nervana commented 3 years ago

Add translation and tests for Range op The tests need to be run with CS enabled as Range Op with param input leads to a dynamic output not supported by CPU backend. The test although having constant inputs is converted to param. With CS=1, this does not happen. Skip some TF py tests for the same reason.