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

Method AccessPath

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

Source from the content-addressed store, hash-verified

365 private:
366 friend class AccessPathObj;
367 explicit AccessPath(ObjectPtr<AccessPathObj> ptr) : ObjectRef(std::move(ptr)) {}
368};
369
370/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected