Home
last modified time | relevance | path

Searched refs:has_static_device_assignment (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.cc78 if (options.has_static_device_assignment()) { in CompileAheadOfTime()
85 if (options.has_static_device_assignment()) { in CompileAheadOfTime()
90 if (options.has_static_device_assignment()) { in CompileAheadOfTime()
Dhlo_module_config.h176 bool has_static_device_assignment() const { in has_static_device_assignment() function
Dcompiler.h96 bool has_static_device_assignment() const { in has_static_device_assignment() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_conversions.cc421 hlo_config.has_static_device_assignment = in ToC()
422 config.has_static_device_assignment(); in ToC()
426 if (config.has_static_device_assignment()) { in ToC()
462 if (c_config.has_static_device_assignment) { in FromC()
483 if (c_config->has_static_device_assignment) { in Free()
Dc_api_decl.h283 bool has_static_device_assignment; member
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_execute_op.cc321 .has_static_device_assignment()) { in RunExecutable()