MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / _execute_with_queue

Method _execute_with_queue

tools/sampcd_processor.py:596–597  ·  view source on GitHub ↗
(self, queue, examples_to_test, examples_nocode)

Source from the content-addressed store, hash-verified

594 return test_results
595
596 def _execute_with_queue(self, queue, examples_to_test, examples_nocode):
597 queue.put(self._execute(examples_to_test, examples_nocode))
598
599 def print_summary(self, test_results, whl_error=None):
600 summary = collections.defaultdict(list)

Callers

nothing calls this directly

Calls 2

_executeMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected