Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.cc208 jit_device_name_(options.compilation_device_name), in XlaDevice()
229 VLOG(1) << "Destroying XLA device " << jit_device_name_ << " " << this; in ~XlaDevice()
411 ShowXlaDeviceDeprecationWarning(jit_device_name_.type_string()); in Compute()
417 ShowXlaDeviceDeprecationWarning(jit_device_name_.type_string()); in ComputeAsync()
Dxla_device.h219 const DeviceType jit_device_name_; variable