Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/jit/
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()
/external/pytorch/torch/csrc/jit/codegen/fuser/
Dinterface.h43 TORCH_API std::vector<at::Tensor> debugLaunchGraph(
Dinterface.cpp54 std::vector<at::Tensor> debugLaunchGraph( in debugLaunchGraph() function