Home
last modified time | relevance | path

Searched refs:has_debug_options (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.h51 bool has_debug_options() const { return debug_options_.has_value(); } in has_debug_options() function
Dexecutable_build_options.cc44 if (!has_debug_options()) { in mutable_debug_options()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc101 if (build_options.has_debug_options()) { in CreateExecutionOptions()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc126 if (config.has_debug_options()) { in Compile()