tqchen commented on code in PR #167:
URL: https://github.com/apache/tvm-ffi/pull/167#discussion_r2441386153


##########
include/tvm/ffi/container/tensor.h:
##########
@@ -280,6 +278,11 @@ class Tensor : public ObjectRef {
    */
   int32_t ndim() const { return get()->ndim; }
 
+  /*!
+   * \brief Alias for torch aten naming.

Review Comment:
   \note this function calls ndim()
   \return the number of dimensions



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to