MCPcopy Create free account
hub / github.com/apache/tvm-ffi / shape

Method shape

include/tvm/ffi/container/tensor.h:750–750  ·  view source on GitHub ↗

! * \brief Get the shape of the Tensor. * \return The shape of the Tensor. */

Source from the content-addressed store, hash-verified

748 * \return The shape of the Tensor.
749 */
750 ShapeView shape() const { return ShapeView(tensor_.shape, tensor_.ndim); }
751
752 /*!
753 * \brief Get the number of elements in the Tensor.

Callers 1

numelMethod · 0.95

Calls 1

ShapeViewClass · 0.85

Tested by

no test coverage detected