MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / XLA_TEST_F

Function XLA_TEST_F

tensorflow/compiler/xla/tests/prng_test.cc:70–70  ·  view source on GitHub ↗

Uniform random number generation tests

Source from the content-addressed store, hash-verified

68
69// Uniform random number generation tests
70XLA_TEST_F(PrngTest, ScalarU01) { UniformTest<float>(0, 1, {}); }
71XLA_TEST_F(PrngTest, ScalarU01limits) {
72 UniformTest<float>(std::numeric_limits<float>::min(),
73 std::numeric_limits<float>::max(), {});

Callers

nothing calls this directly

Calls 15

MakeShapeFunction · 0.85
RngUniformFunction · 0.85
TestNameFunction · 0.85
MapFunction · 0.85
RngNormalFunction · 0.85
CreateSubBuilderMethod · 0.80
BuildAndNoteErrorMethod · 0.80
set_seedMethod · 0.80
DecomposeTupleMethod · 0.80
ConsumeValueOrDieMethod · 0.80
minFunction · 0.50
maxFunction · 0.50

Tested by

no test coverage detected