Home
last modified time | relevance | path

Searched defs:check_trace (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/jit/
H A D_trace.py674 check_trace=True, argument
831 check_trace=True, argument
1124 check_trace=True, argument
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_cpp_thread.py131 def check_trace(self, expected, mem=False) -> None: member in CppThreadTest
H A Dtest_profiler.py726 def check_trace(fname): function
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py475 def check_trace(x, expected_trace): function
509 def check_trace(x, expected_trace): function
557 def check_trace(x, expected_trace): function
/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc1262 auto check_trace = [&](std::string fname, int expected_score) { in TEST_F() local