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

Method AccessStep

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

! * \brief Constructor * \param kind The kind of the access step. * \param key The key of the access step. */

Source from the content-addressed store, hash-verified

111 * \param key The key of the access step.
112 */
113 AccessStep(AccessKind kind, Any key)
114 : ObjectRef(make_object<AccessStepObj>(kind, std::move(key))) {}
115
116 /*!
117 * \brief Create an access step for a object attribute access.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected