Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dexecutable_build_options.cc45 if (!has_debug_options()) { in mutable_debug_options()
113 if (build_options.has_debug_options()) { in CreateExecutionOptions()
Dexecutable_build_options.h59 bool has_debug_options() const { return debug_options_.has_value(); } in has_debug_options() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc165 if (config.has_debug_options()) { in Compile()