tqchen commented on a change in pull request #4273: [TOPI] NMS support for 
Tensorflow
URL: https://github.com/apache/incubator-tvm/pull/4273#discussion_r343832117
 
 

 ##########
 File path: include/tvm/relay/attrs/transform.h
 ##########
 @@ -213,16 +213,21 @@ struct SplitAttrs : public tvm::AttrsNode<SplitAttrs> {
 
 /*! \brief Attributes for StridedSlice operator */
 struct StridedSliceAttrs : public tvm::AttrsNode<StridedSliceAttrs> {
+  /*
   Array<Integer> begin;
   Array<Integer> end;
   Array<Integer> strides;
+  */
 
 Review comment:
   This seems to be a bad change?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to