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

Method GetArrayObj

include/tvm/ffi/container/array.h:588–588  ·  view source on GitHub ↗

! \return The underlying ArrayObj */

Source from the content-addressed store, hash-verified

586
587 /*! \return The underlying ArrayObj */
588 ArrayObj* GetArrayObj() const { return static_cast<ArrayObj*>(data_.get()); }
589
590 /*!
591 * \brief Helper function to apply a map function onto the array.

Callers 1

TESTFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.36