Home
last modified time | relevance | path

Searched refs:_debug_info (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dlite.py441 self._debug_info = None # contains the stack traces of all the original
512 "debug_info": self._debug_info,
649 self._debug_info = _get_debug_info(
652 self._debug_info = _get_debug_info(
768 self._debug_info = _get_debug_info(
771 self._debug_info = _get_debug_info(
1326 self._debug_info = _get_debug_info(self._debug_info_func, optimized_graph)
Dlite_test.py1597 self.assertValidDebugInfo(converter._debug_info)
1601 self.assertIn(('add@' + six.ensure_str(func)), converter._debug_info.traces)
1855 self.assertFalse(converter._debug_info)
2149 self.assertValidDebugInfo(converter._debug_info)
2623 self.assertValidDebugInfo(converter._debug_info)
Dlite_v2_test.py485 self._assertValidDebugInfo(converter._debug_info)
1115 self._assertValidDebugInfo(converter._debug_info)
1275 self._assertValidDebugInfo(converter._debug_info)
/external/python/jinja/src/jinja2/
Denvironment.py1022 t._debug_info = namespace["debug_info"]
1181 if self._debug_info:
1182 return [tuple(map(int, x.split("="))) for x in self._debug_info.split("&")]
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py249 info = multiprocessing._debug_info()
/external/libchrome/third_party/jinja2/
Denvironment.py984 t._debug_info = namespace['debug_info']
1128 self._debug_info.split('&')]
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py578 def _debug_info(self): member in BaseManager
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py613 def _debug_info(self): member in BaseManager
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py1420 debug_info = self.manager._debug_info()
1422 print self.manager._debug_info()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5672 support.print_warning(cls.manager._debug_info())