Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.h74 std::shared_ptr<Graph> build_mobile_export_analysis_graph_with_vararg();
H A Dtest_utils.cpp169 std::shared_ptr<Graph> build_mobile_export_analysis_graph_with_vararg() { in build_mobile_export_analysis_graph_with_vararg() function
H A Dtest_interpreter.cpp157 auto graph_vararg = build_mobile_export_analysis_graph_with_vararg(); in TEST()