Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc264 XlaCompiler::Options compiler_options; in ConvertGraphToXla() local
265 compiler_options.client = client; in ConvertGraphToXla()
267 compiler_options.device_type = &device_type; in ConvertGraphToXla()
268 compiler_options.flib_def = &graph->flib_def(); in ConvertGraphToXla()
269 compiler_options.graph_def_version = graph->versions().producer(); in ConvertGraphToXla()
270 compiler_options.allow_cpu_custom_calls = true; in ConvertGraphToXla()
271 XlaCompiler compiler(compiler_options); in ConvertGraphToXla()
/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp526 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local
539 compiler_options, in standalone_compile_shader()