Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Drng_bit_generator_expander.cc42 XlaOp GetPhiloxOutputStateOp(XlaOp output_state, const Shape& state_shape) { in GetPhiloxOutputStateOp() function
77 output.state = GetPhiloxOutputStateOp(output.state, state_shape); in GetGeneratorComputation()