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

Method ArrayItem

include/tvm/ffi/reflection/access_path.h:139–139  ·  view source on GitHub ↗

! * \brief Create an access step for a array item access. * \param index The index of the array item to access. * \return The access step. */

Source from the content-addressed store, hash-verified

137 * \return The access step.
138 */
139 static AccessStep ArrayItem(int64_t index) { return AccessStep(AccessKind::kArrayItem, index); }
140
141 /*!
142 * \brief Create an access step for a array item missing access.

Callers

nothing calls this directly

Calls 1

AccessStepClass · 0.70

Tested by

no test coverage detected