Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dprofiler.py56 class ProfilerAlreadyRunningError(Exception): class
73 raise ProfilerAlreadyRunningError('Another profiler is running.')
Dprofiler_test.py39 with self.assertRaises(profiler.ProfilerAlreadyRunningError):