Searched refs:exec_value (Results 1 – 6 of 6) sorted by relevance
/external/armnn/python/pyarmnn/src/pyarmnn/_utilities/ |
D | profiling_helper.py | 64 for exec_key, exec_value in execution_data.items(): 66 if "type" in exec_value and exec_value["type"] == "Event": 67 for event_key, event_value in exec_value.items(): 73 if exec_key.startswith("Wall clock time_#") and exec_value["type"] == "Measurement": 74 time_data = __get_wall_clock_times__(exec_value)
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1621 def __exit__(self, exec_type, exec_value, exec_tb): argument 1623 logging.error('Session closing due to OpError: %s', (exec_value,)) 1625 self._default_session_context_manager.__exit__(exec_type, exec_value, 1628 if error == exec_value: 1640 self._default_graph_context_manager.__exit__(exec_type, exec_value, exec_tb)
|
/external/tensorflow/tensorflow/python/debug/wrappers/ |
D | framework.py | 805 def __exit__(self, exec_type, exec_value, exec_tb): argument 807 exec_type, exec_value, exec_tb)
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profile_context.py | 348 def __exit__(self, exec_type, exec_value, exec_tb): argument
|
/external/pytorch/torch/testing/_internal/ |
D | common_utils.py | 2241 def __exit__(self, exec_type, exec_value, traceback): argument 2289 def __exit__(self, exec_type, exec_value, traceback): argument
|
/external/pytorch/test/ |
D | test_mps.py | 1150 def __exit__(self, exec_type, exec_value, traceback): argument
|