Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dflags.cc161 device_flags->tf_xla_compile_on_demand = false; in AllocateAndParseFlags()
207 Flag("tf_xla_compile_on_demand", &device_flags->tf_xla_compile_on_demand, in AllocateAndParseFlags()
Dflags.h90 bool tf_xla_compile_on_demand; member
Dxla_cpu_device.cc57 bool compile_on_demand = flags->tf_xla_compile_on_demand; in CreateDevices()