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

Method ArrayItemMissing

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

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

Source from the content-addressed store, hash-verified

144 * \return The access step.
145 */
146 static AccessStep ArrayItemMissing(int64_t index) {
147 return AccessStep(AccessKind::kArrayItemMissing, index);
148 }
149
150 /*!
151 * \brief Create an access step for a map item access.

Callers

nothing calls this directly

Calls 1

AccessStepClass · 0.70

Tested by

no test coverage detected