Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.h76 std::shared_ptr<Graph> build_mobile_export_analysis_graph_non_const();
H A Dtest_utils.cpp185 std::shared_ptr<Graph> build_mobile_export_analysis_graph_non_const() { in build_mobile_export_analysis_graph_non_const() function
H A Dtest_interpreter.cpp171 auto graph_non_const = build_mobile_export_analysis_graph_non_const(); in TEST()