Home
last modified time | relevance | path

Searched defs:HeapArrayPtr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A DProcessedNodeInputs.h64 explicit HeapArrayPtr(uint16_t size) : array_(alloc(size)) {} in HeapArrayPtr() function
66 HeapArrayPtr(const HeapArrayPtr& rhs) : array_(alloc(rhs.size())) { in HeapArrayPtr() function