Searched refs:MakeRandom (Results 1 – 4 of 4) sorted by relevance
/external/gemmlowp/test/ |
D | test.h | 109 void MakeRandom(MatrixType* m) { in MakeRandom() function 119 void MakeRandom(MatrixType* m) { in MakeRandom() function
|
D | test.cc | 514 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in test_gemm() 517 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in test_gemm() 1206 MakeRandom<typename BitDepthParams::LhsRange>(&lhs); in TestOutputStages() 1207 MakeRandom<typename BitDepthParams::RhsRange>(&rhs); in TestOutputStages()
|
/external/gemmlowp/doc/ |
D | quantization_example.cc | 158 void MakeRandom() { in MakeRandom() function in MatrixWithStorage 255 float_lhs.MakeRandom(); in main() 257 float_rhs.MakeRandom(); in main()
|
/external/ruy/ruy/ |
D | test.h | 543 void MakeRandom(int rows, int cols, Order order, Scalar zero_point, 1734 MakeRandom(rows, depth, lhs_order, lhs_zero_point, layout_style, 1736 MakeRandom(depth, cols, rhs_order, rhs_zero_point, layout_style, 1916 MakeRandom(rows, cols, dst_order, dst_zero_point, layout_style, 1925 MakeRandom(rows, cols, dst_order, dst_zero_point, layout_style,
|