Searched refs:ScramblePhiloxKey (Results 1 – 4 of 4) sorted by relevance
64 std::pair<XlaOp, XlaOp> ScramblePhiloxKey(XlaOp key);
316 std::pair<Philox4x32State, Philox4x32Key> ScramblePhiloxKey(Philox4x32Key key) { in ScramblePhiloxKey() function574 std::pair<XlaOp, XlaOp> ScramblePhiloxKey(XlaOp key) { in ScramblePhiloxKey() function576 auto state_key = ScramblePhiloxKey(pkey); in ScramblePhiloxKey()
46 std::tie(state, key) = xla::ScramblePhiloxKey(key); in GetBitGeneratorForDevice()
88 auto counter_key = xla::ScramblePhiloxKey(key); in GetKeyCounter()