Home
last modified time | relevance | path

Searched refs:force_recompile (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/fx/
D_lazy_graph_module.py98 def force_recompile(gm): member in _LazyGraphModule
D_symbolic_trace.py727 _LazyGraphModule.force_recompile(root)
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2236 bool force_recompile, bool source_has_shader_include) in can_skip_compile() argument
2238 if (!force_recompile) { in can_skip_compile()
2293 bool force_recompile) in _mesa_glsl_compile_shader() argument
2298 if (force_recompile && shader->FallbackSource) { in _mesa_glsl_compile_shader()
2318 can_skip_compile(ctx, shader, source, source_blake3, force_recompile, in _mesa_glsl_compile_shader()
2331 if (!source_has_shader_include || !force_recompile) { in _mesa_glsl_compile_shader()
2341 can_skip_compile(ctx, shader, source, source_blake3, force_recompile, in _mesa_glsl_compile_shader()
2405 if (!force_recompile) { in _mesa_glsl_compile_shader()
Dglsl_parser_extras.h1093 bool force_recompile);
/external/pytorch/torch/_functorch/_aot_autograd/
Djit_compile_runtime_wrappers.py712 _LazyGraphModule.force_recompile(bw_module)
/external/pytorch/torch/_inductor/
Dcompile_fx.py463 _LazyGraphModule.force_recompile(gm)
/external/pytorch/torch/_dynamo/
Doutput_graph.py1388 _LazyGraphModule.force_recompile(lazy_gm)