Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_util.h67 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options);
Dxrt_util.cc182 xla::DebugOptions BuildXlaDebugOptions(const xla::DebugOptions& ref_options) { in BuildXlaDebugOptions() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc167 BuildXlaDebugOptions(config.debug_options()); in Compile()