Searched refs:debugLaunchGraph (Results 1 – 3 of 3) sorted by relevance
85 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()
43 TORCH_API std::vector<at::Tensor> debugLaunchGraph(
54 std::vector<at::Tensor> debugLaunchGraph( in debugLaunchGraph() function