Home
last modified time | relevance | path

Searched refs:compiler_options (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc290 XlaCompiler::Options compiler_options; in ConvertGraphToXla() local
291 compiler_options.client = client; in ConvertGraphToXla()
292 compiler_options.device_type = DeviceType(DEVICE_CPU_XLA_JIT); in ConvertGraphToXla()
293 compiler_options.flib_def = &graph->flib_def(); in ConvertGraphToXla()
294 compiler_options.graph_def_version = graph->versions().producer(); in ConvertGraphToXla()
295 compiler_options.allow_cpu_custom_calls = true; in ConvertGraphToXla()
296 XlaCompiler compiler(compiler_options); in ConvertGraphToXla()
/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp538 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local
551 compiler_options, in standalone_compile_shader()