Home
last modified time | relevance | path

Searched defs:warn_only (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/aten/src/ATen/
DContext.cpp67 void Context::setDeterministicAlgorithms(bool b, bool warn_only=false) { in setDeterministicAlgorithms()
/external/autotest/utils/frozen_chromite/lib/
Dconfig_lib.py350 warn_only=False, argument
529 warn_only=False, argument
/external/pytorch/torch/_dynamo/variables/
Dtorch.py466 self, tx: "InstructionTranslator", mode, warn_only=False argument
/external/pytorch/test/
Dtest_transformers.py2538 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/
DModule.cpp884 bool warn_only = r.toBool(1); in THPModule_setDeterministicAlgorithms() local
/external/pytorch/torch/fx/experimental/
Dsymbolic_shapes.py3759 def record_constraint_violation(warn_only, debug_name, msg, hint=None): argument
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py1881 def __init__(self, deterministic, *, warn_only=False, fill_uninitialized_memory=True): argument