Home
last modified time | relevance | path

Searched defs:_log2 (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_inductor/runtime/
Dtriton_helpers.py30 def _log2(x): function
/external/python/cpython3/Lib/
Drandom.py56 from math import lgamma as _lgamma, fabs as _fabs, log2 as _log2 unknown