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

Method ArrayItem

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

Source from the content-addressed store, hash-verified

393}
394
395inline AccessPath AccessPathObj::ArrayItem(int64_t index) const {
396 return this->Extend(AccessStep::ArrayItem(index));
397}
398
399inline AccessPath AccessPathObj::ArrayItemMissing(int64_t index) const {
400 return this->Extend(AccessStep::ArrayItemMissing(index));

Callers 4

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

ExtendMethod · 0.95

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36