Home
last modified time | relevance | path

Searched refs:insertFunctionCall (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsugared_value.h418 f.graph()->insertFunctionCall(callees_[match.first], match.second); in call()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpybind_utils.h1222 return graph.insertFunctionCall(&callee, match); in invokeScriptFunctionFromPython()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h1345 TORCH_API Value* insertFunctionCall(
H A Dir.cpp1939 Value* Graph::insertFunctionCall( in insertFunctionCall() function in torch::jit::Graph