HomeSort by relevance Sort by last modified time
    Searched refs:result_key (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/site_tests/platform_LowMemoryTest/
platform_LowMemoryTest.py 198 for result_key in perf_results:
199 self.output_perf_value(description=result_key,
200 value=perf_results[result_key],
  /external/autotest/frontend/tko/
models.py 455 def _join_one_iteration_key(self, query_set, result_key, first_alias=None):
456 alias = 'iteration_result_' + result_key
457 iteration_query = IterationResult.objects.filter(attribute=result_key)
501 for result_key in result_keys[1:]:
502 query_set, _ = self._join_one_iteration_key(query_set, result_key,
  /cts/apps/CameraITS/pymodules/its/
device.py 86 RESULT_KEY = 'result'
    [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
keras_correctness_test_base.py 255 result_key = 'predict_result_{}'.format(i)
256 result[result_key] = model.predict(**predict_inputs)
  /cts/apps/CameraITS/tools/
run_all_tests.py 307 result_key = ItsSession.RESULT_KEY
309 results[s] = {result_key: ItsSession.RESULT_NOT_EXECUTED}
580 results[scene][result_key] = (ItsSession.RESULT_PASS if passed

Completed in 864 milliseconds