MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / _global_flags

Function _global_flags

python/paddle/base/framework.py:129–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127
128
129def _global_flags():
130 return _global_flags_
131
132
133def set_flags(flags: dict[str, bool | str | float]) -> None:

Callers 11

apply_ir_passesFunction · 0.90
__init__Method · 0.90
_enable_envMethod · 0.90
_conv_ndFunction · 0.90
conv2dFunction · 0.90
checkFunction · 0.90
checkFunction · 0.90
set_flagsFunction · 0.85
get_flagsFunction · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected