Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/client/
Dtimeline.py64 def _create_event(self, ph, category, name, pid, tid, timestamp): member in _ChromeTraceFormatter
132 event = self._create_event('X', category, name, pid, tid, timestamp)
148 event = self._create_event('N', category, name, pid, tid, timestamp)
163 event = self._create_event('D', category, name, pid, tid, timestamp)
180 event = self._create_event('O', category, name, pid, tid, timestamp)
198 event = self._create_event('s', 'DataFlow', name, pid, tid, timestamp)
215 event = self._create_event('t', 'DataFlow', name, pid, tid, timestamp)
230 event = self._create_event('C', category, name, pid, 0, timestamp)
244 event = self._create_event('C', category, name, pid, 0, timestamp)