OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeRandom
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/test/
test.h
109
void
MakeRandom
(MatrixType* m) {
110
ScopedProfilingLabel("
MakeRandom
(matrix)");
119
void
MakeRandom
(MatrixType* m) {
120
ScopedProfilingLabel("
MakeRandom
(matrix)");
test.cc
514
MakeRandom
<typename BitDepthParams::LhsRange>(&lhs);
517
MakeRandom
<typename BitDepthParams::RhsRange>(&rhs);
[
all
...]
/external/gemmlowp/doc/
quantization_example.cc
158
void
MakeRandom
() {
255
float_lhs.
MakeRandom
();
257
float_rhs.
MakeRandom
();
Completed in 71 milliseconds