MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / seed

Method seed

tests/AssetsLibrary.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267std::random_device::result_type AssetsLibrary::seed() const
268{
269 return _seed;
270}
271
272void AssetsLibrary::set_seed(std::random_device::result_type seed)
273{

Callers 15

setupMethod · 0.80
setupMethod · 0.80
add_padding_xFunction · 0.80
FillBorder.cppFile · 0.80
TEST_CASEFunction · 0.80
setupMethod · 0.80
generate_roisMethod · 0.80
setup_quantizationMethod · 0.80
setupMethod · 0.80
generate_random_axisMethod · 0.80
setup_quantizationMethod · 0.80
setup_quantizationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected