Home
last modified time | relevance | path

Searched defs:host_device (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Ddevice_assignment.py158 def host_device(self, replica=0, logical_core=0, job=None): member in DeviceAssignment
Dtpu_estimator.py732 ctx, input_fn, inputs_structure_recorder, host_device, host_id): argument
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto86 string host_device = 7; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h688 string host_device() const { return node_.host_device(); } in host_device() function