Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DContext.cpp60 return _deterministic_algorithms; in deterministicAlgorithms()
68 _deterministic_algorithms = b; in setDeterministicAlgorithms()
H A DContext.h361 bool _deterministic_algorithms = false; variable
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp518 _deterministic_algorithms = ctx.deterministicAlgorithms(); in init()
533 _deterministic_algorithms == ctx.deterministicAlgorithms() && in check()
550 if (_deterministic_algorithms != ctx.deterministicAlgorithms()) in reason()
571 bool _deterministic_algorithms; member