bartekkuncer commented on code in PR #21103:
URL: https://github.com/apache/incubator-mxnet/pull/21103#discussion_r927125960


##########
src/operator/nn/dnnl/dnnl_where.cc:
##########
@@ -95,6 +104,25 @@ static mxnet::TShape GetBroadcastableShape(const 
mxnet::TShape& in_shape,
   return broadcastable_in_shape;
 }
 
+/*!
+ * \brief Create shape vector basing on two input shapes
+ * \param first_shape first input shape
+ * \param second_shape second input shape
+ * \return deducted broadcasted shape basing on first_shape and second_shape

Review Comment:
   ```suggestion
    * \return deduced broadcasted shape based on first_shape and second_shape
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to