Searched refs:force_recompile (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/torch/fx/ |
D | _lazy_graph_module.py | 98 def force_recompile(gm): member in _LazyGraphModule
|
D | _symbolic_trace.py | 727 _LazyGraphModule.force_recompile(root)
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 2236 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()
|
D | glsl_parser_extras.h | 1093 bool force_recompile);
|
/external/pytorch/torch/_functorch/_aot_autograd/ |
D | jit_compile_runtime_wrappers.py | 712 _LazyGraphModule.force_recompile(bw_module)
|
/external/pytorch/torch/_inductor/ |
D | compile_fx.py | 463 _LazyGraphModule.force_recompile(gm)
|
/external/pytorch/torch/_dynamo/ |
D | output_graph.py | 1388 _LazyGraphModule.force_recompile(lazy_gm)
|