Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h72 struct NodeCall { struct
73 NodeCall(uint32_t id_, std::shared_ptr<Node> node_) in NodeCall() function
90 struct NodeCalls : public std::unordered_map<Node*, NodeCall> { argument