HomeSort by relevance Sort by last modified time
    Searched refs:compile_all_resource_ops (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/jit/
xla_interpreter_device.cc 50 registration.compile_all_resource_ops = true;
xla_cpu_device.cc 49 registration.compile_all_resource_ops = true;
xla_gpu_device.cc 69 registration.compile_all_resource_ops = true;
mark_for_compilation_pass.cc 510 op_filter.allow_resource_ops = registration->compile_all_resource_ops;
545 if (!registration->compile_all_resource_ops &&
611 // registration->compile_all_resource_ops is true for XLA_CPU/XLA_GPU but
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_registry.h 92 bool compile_all_resource_ops = false; member in struct:tensorflow::XlaOpRegistry::DeviceRegistration
xla_op_registry.cc 151 registration.compile_all_resource_ops = false;
159 registration.compile_all_resource_ops = false;

Completed in 45 milliseconds