Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
DBUILD39 ":xla_cpu_device",
77 name = "xla_cpu_device",
78 srcs = ["xla_cpu_device.cc"],
649 ":xla_cpu_device",
797 ":xla_cpu_device",
Dmark_for_compilation_pass_test.cc1026 absl::string_view xla_cpu_device = in TEST() local
1040 n->set_assigned_device_name(string(xla_cpu_device)); in TEST()
1069 absl::string_view xla_cpu_device = in TEST() local
1085 n->set_assigned_device_name(string(xla_cpu_device)); in TEST()
1177 string xla_cpu_device = "/job:worker/replica:0/task:0/device:XLA_CPU:0"; in TEST() local
1180 n->set_assigned_device_name(xla_cpu_device); in TEST()
/external/tensorflow/tensorflow/compiler/xrt/tests/
DBUILD62 "//tensorflow/compiler/jit:xla_cpu_device",