Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.cpp41 T* tryToGraphFunctionImpl(F& function) noexcept { in tryToGraphFunctionImpl() function
51 if (auto* g = tryToGraphFunctionImpl<T>(function)) { in toGraphFunctionImpl()
162 return tryToGraphFunctionImpl<GraphFunction>(function); in tryToGraphFunction()