Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py58 class ProfilerAlreadyRunningError(Exception): class
76 raise ProfilerAlreadyRunningError('Another profiler is running.')
86 raise ProfilerAlreadyRunningError('Another profiler is running.')
Dprofiler_test.py42 with self.assertRaises(profiler.ProfilerAlreadyRunningError):