Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_fuser.cpp85 auto outputs = debugLaunchGraph(graph, {a, b}); in TEST_F()
142 auto outputs = debugLaunchGraph(graph, inputs); in TEST_F()
187 auto outputs = debugLaunchGraph(g, {a, b}); in TEST_F()
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dinterface.h43 TORCH_API std::vector<at::Tensor> debugLaunchGraph(
H A Dinterface.cpp54 std::vector<at::Tensor> debugLaunchGraph( in debugLaunchGraph() function