Searched refs:insertFunctionCall (Results 1 – 4 of 4) sorted by relevance
418 f.graph()->insertFunctionCall(callees_[match.first], match.second); in call()
1222 return graph.insertFunctionCall(&callee, match); in invokeScriptFunctionFromPython()
1345 TORCH_API Value* insertFunctionCall(
1939 Value* Graph::insertFunctionCall( in insertFunctionCall() function in torch::jit::Graph