Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator.cc77 !XlaOpRegistry::IsCompilationDevice(flr.device()->device_type()); in CanCreateKernel()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.h158 static bool IsCompilationDevice(const string& device_name);
Dxla_op_registry.cc137 /* static */ bool XlaOpRegistry::IsCompilationDevice( in IsCompilationDevice() function in tensorflow::XlaOpRegistry