Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Drng_expander.cc74 const Shape u64_shape = ShapeUtil::MakeShape(xla::U64, {}); in GetComputationForRng() local
78 XlaOp key = Parameter(&builder, 0, u64_shape, "key"); in GetComputationForRng()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc143 auto u64_shape = ShapeUtil::MakeShape(U64, shape.dimensions()); in GetThreeFryInputsAndUpdatedState() local
152 input_u64 + (Iota(builder, u64_shape, i) * in GetThreeFryInputsAndUpdatedState()