Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.h39 Node* allocNewInstance(Graph* g) override { in allocNewInstance() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp2255 Node* ProfileOp::allocNewInstance(Graph* g) { in allocNewInstance() function in torch::jit::ProfileOp
2265 Node* ProfileIValueOp::allocNewInstance(Graph* g) { in allocNewInstance() function in torch::jit::ProfileIValueOp
H A Dir.h1014 virtual Node* allocNewInstance(Graph* g) { in allocNewInstance() function