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

Method GetArrayObj

include/tvm/ffi/container/tuple.h:230–230  ·  view source on GitHub ↗

! \return The underlying ArrayObj */

Source from the content-addressed store, hash-verified

228
229 /*! \return The underlying ArrayObj */
230 ArrayObj* GetArrayObj() const { return static_cast<ArrayObj*>(data_.get()); }
231
232 template <typename... UTypes>
233 friend class Tuple;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected