Skip to content

Conversation

@sayantan-nervana
Copy link
Contributor

@sayantan-nervana sayantan-nervana commented Dec 2, 2019

resizebilinear has a 4d input and a 2d output size.

Making the output size "static" so that it can only be fed by a constant (else a split occurs)
Also removing the "convert" op

Earlier the ngraph function looked like: const(outshape)->convert(i32 to i64)->resizebilinear

now it looks like:
const(outputshape) --> resizebilinear

Copy link
Contributor

@shresthamalik shresthamalik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sayantan-nervana sayantan-nervana added fully reviewed ready to merge This PR is the next in the queue. labels Dec 2, 2019
@sayantan-nervana sayantan-nervana merged commit b20efa0 into r0.19 Dec 2, 2019
@sayantan-nervana sayantan-nervana deleted the sarkars/remove_convert_in_resizebilinear branch December 2, 2019 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fully reviewed ready to merge This PR is the next in the queue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants