Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto106 DebuggedDevice debugged_device = 12;
219 message DebuggedDevice { message
264 // field with the DebuggedDevice messages.
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py609 class DebuggedDevice(object): class
1032 self._device_by_id[device_proto.device_id] = DebuggedDevice(
Ddebug_events_writer_test.py776 debugged_device = debug_events_reader.DebuggedDevice("/TPU:3", 4)
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc342 DebuggedDevice* debugged_device = debug_event.mutable_debugged_device(); in RegisterDeviceAndGetId()