You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/12/13 16:00:56 UTC

[GitHub] [incubator-tvm] inadob opened a new pull request #4518: [Bugfix][Frontend][TF] Fix incorrect calculations in tf SLICE

inadob opened a new pull request #4518: [Bugfix][Frontend][TF] Fix incorrect calculations in tf SLICE
URL: https://github.com/apache/incubator-tvm/pull/4518
 
 
   * fix formula for calculating end indices when size[i] == -1
   * add a test case for size[i] == -1
   * discard expanding dimension of begin_value & end_value since
     it is needed only if you pass them as scalars, not as tensors. #4372 
   * discard 'slice_tensor' variable so that implementation matches with
     the TF parser pattern
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services