Home
last modified time | relevance | path

Searched refs:_check_results (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/autotest/client/common_lib/
H A Dlogging_manager_test.py215 def _check_results(self): member in LoggingManagerTest
230 self._check_results()
237 self._check_results()
/aosp_15_r20/external/pigweed/pw_compilation_testing/py/pw_compilation_testing/
H A Drunner.py118 def _check_results( function
255 _check_results(test, compile_command, process)
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_torch_tidy.py762 def _check_results(self, opt, opts, check_items=False): member in TestTorchTidyProfiler
804 self._check_results(
823 self._check_results(
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/tests/
H A Dtpu_embedding_v2_correctness_base_test.py102 self._check_results(strategy, shard_out_val, training, input_data,
H A Dtpu_embedding_v1_correctness_test.py172 self._check_results(strategy, shard_out_val, training, input_data,
H A Dtpu_embedding_base_test.py354 def _check_results(self, strategy, shard_out_val, training, input_data, member in TPUEmbeddingBaseTest