Searched defs:warn_only (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/aten/src/ATen/ |
D | Context.cpp | 67 void Context::setDeterministicAlgorithms(bool b, bool warn_only=false) { in setDeterministicAlgorithms()
|
/external/autotest/utils/frozen_chromite/lib/ |
D | config_lib.py | 350 warn_only=False, argument 529 warn_only=False, argument
|
/external/pytorch/torch/_dynamo/variables/ |
D | torch.py | 466 self, tx: "InstructionTranslator", mode, warn_only=False argument
|
/external/pytorch/test/ |
D | test_transformers.py | 2538 def test_sdp_choice_with_determinism(self, device, warn_only): argument 2552 def test_fused_backwards_throws_determinism_warning(self, device, warn_only, fused_kernel): argument
|
/external/pytorch/torch/csrc/ |
D | Module.cpp | 884 bool warn_only = r.toBool(1); in THPModule_setDeterministicAlgorithms() local
|
/external/pytorch/torch/fx/experimental/ |
D | symbolic_shapes.py | 3759 def record_constraint_violation(warn_only, debug_name, msg, hint=None): argument
|
/external/pytorch/torch/testing/_internal/ |
D | common_utils.py | 1881 def __init__(self, deterministic, *, warn_only=False, fill_uninitialized_memory=True): argument
|