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

Method Get

tensorflow/lite/experimental/ruy/test.h:295–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 : dist(RandomRangeBounds<Scalar>::GetMinBound(range),
294 RandomRangeBounds<Scalar>::GetMaxBound(range)) {}
295 Scalar Get() { return dist(global_random_engine()); }
296 // std::uniform_int_distribution is specified not to support char types,
297 // only short and wider types. MSVC actually generates an error on
298 // std::uniform_int_distribution<std::int8_t>.

Callers 13

UnPackToMethod · 0.45
MakeRandomScalarFunction · 0.45
InvokeMethod · 0.45
inputMethod · 0.45
outputMethod · 0.45
MicroAllocatorMethod · 0.45
AllocateTensorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected