Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_executor_util.cc267 using RandomType = in InitializeTypedBuffer() typedef
272 RandomType(std::is_same<T, Eigen::half>::value ? 0.1 : 1.0); in InitializeTypedBuffer()
273 auto rand_val = UniformDistribution(RandomType(0), upper_bound, &gen); in InitializeTypedBuffer()