Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.h75 std::shared_ptr<Graph> build_mobile_export_analysis_graph_nested();
H A Dtest_utils.cpp141 std::shared_ptr<Graph> build_mobile_export_analysis_graph_nested() { in build_mobile_export_analysis_graph_nested() function
H A Dtest_interpreter.cpp165 auto graph_nested = build_mobile_export_analysis_graph_nested(); in TEST()