Home
last modified time | relevance | path

Searched refs:xla_device (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_debug.cc64 tensorflow::XlaDevice* xla_device = in TFE_TensorHandleTensorDebugInfo() local
66 if (xla_device != nullptr) { in TFE_TensorHandleTensorDebugInfo()
68 xla_device->metadata().padded_shape_fn(); in TFE_TensorHandleTensorDebugInfo()
DBUILD57 "//tensorflow/compiler/jit:xla_device",
198 "//tensorflow/compiler/jit:xla_device",
/external/tensorflow/tensorflow/compiler/plugin/
DBUILD44 # This target is added purely for the purpose of ensuring that `:xla_device` is
49 "//tensorflow/compiler/jit:xla_device",
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfused_batchnorm_reserve_space_test.cc98 string xla_device = absl::StrCat("/device:XLA_", test_device, ":0"); in TEST() local
104 root.WithOpName("fused_batch_norm_xla").WithDevice(xla_device), input, in TEST()
/external/tensorflow/tensorflow/compiler/jit/
DBUILD84 ":xla_device",
103 ":xla_device",
122 ":xla_device",
149 name = "xla_device",
152 "xla_device.cc",
158 "xla_device.h",
Dxla_device.cc167 XlaDevice* xla_device = dynamic_cast<XlaDevice*>(device->UnderlyingDevice()); in GetMetadataFromDevice() local
168 if (xla_device == nullptr) { in GetMetadataFromDevice()
175 *metadata = &(xla_device->xla_metadata_); in GetMetadataFromDevice()
/external/tensorflow/tensorflow/compiler/jit/kernels/
DBUILD17 "//tensorflow/compiler/jit:xla_device",
/external/tensorflow/tensorflow/compiler/xrt/
DBUILD57 "//tensorflow/compiler/jit:xla_device",