Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc40 XlaOp RotateLeftU32(XlaOp v, int distance) { in RotateLeftU32() function
76 v[1] = RotateLeftU32(v[1], rotation); in ThreeFry2x32()