Home
last modified time | relevance | path

Searched refs:_deterministic_algorithms_warn_only (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DContext.cpp64 return _deterministic_algorithms_warn_only; in deterministicAlgorithmsWarnOnly()
69 _deterministic_algorithms_warn_only = warn_only; in setDeterministicAlgorithms()
H A DContext.h362 bool _deterministic_algorithms_warn_only = false; variable
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp519 _deterministic_algorithms_warn_only = ctx.deterministicAlgorithmsWarnOnly(); in init()
534 _deterministic_algorithms_warn_only == in check()
552 if (_deterministic_algorithms_warn_only != in reason()
572 bool _deterministic_algorithms_warn_only; member