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

Function UniformRandomFloat

tensorflow/lite/kernels/internal/test_util.cc:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77float UniformRandomFloat(float min, float max) {
78 std::uniform_real_distribution<float> dist(min, max);
79 return dist(RandomEngine());
80}
81
82int ExponentialRandomPositiveInt(float percentile, int percentile_val,
83 int max_val) {

Callers 7

TESTFunction · 0.85
TEST_FFunction · 0.85
TryOneUniformLogSoftmaxFunction · 0.85
TryOneUniformSoftmaxFunction · 0.85
TryOneUniformSoftmaxInt8Function · 0.85
TryOneSkyscraperSoftmaxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected