Searched refs:compiler_options (Results 1 – 2 of 2) sorted by relevance
290 XlaCompiler::Options compiler_options; in ConvertGraphToXla() local291 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()
538 struct gl_shader_compiler_options *const compiler_options = in standalone_compile_shader() local551 compiler_options, in standalone_compile_shader()