Searched defs:allocNewInstance (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ | ||
H A D | python_ir.h | 39 Node* allocNewInstance(Graph* g) override { in allocNewInstance() function |
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ | ||
H A D | ir.cpp | 2255 Node* ProfileOp::allocNewInstance(Graph* g) { in allocNewInstance() function in torch::jit::ProfileOp |
H A D | ir.h | 1014 virtual Node* allocNewInstance(Graph* g) { in allocNewInstance() function |