Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/src/pyarmnn/_utilities/
Dprofiling_helper.py64 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/
Dsession.py1621 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/
Dframework.py805 def __exit__(self, exec_type, exec_value, exec_tb): argument
807 exec_type, exec_value, exec_tb)
/external/tensorflow/tensorflow/python/profiler/
Dprofile_context.py348 def __exit__(self, exec_type, exec_value, exec_tb): argument
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py2241 def __exit__(self, exec_type, exec_value, traceback): argument
2289 def __exit__(self, exec_type, exec_value, traceback): argument
/external/pytorch/test/
Dtest_mps.py1150 def __exit__(self, exec_type, exec_value, traceback): argument