Searched refs:c_count (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
H A Dtest_data.cpp12 const int c_count = (m * n); variable
[all...]
/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DBNNMTest.java125 // AddByteNoise(c_byte_output, c_count, 0.03f, 1);
128 final int c_count = Math.min(c_byte.length, c_byte_output.length);
132 for (int i = 0; i < c_count; i++) {
154 final int differenceThreshold = Math.max((percentThreshold * c_count) / 100, 1);
235 int c_count = (m * n);
236 byte[] c_byte_output = new byte[c_count];
306 int c_count = (m * n);
307 byte[] c_byte_output = new byte[c_count];
333 int c_count = (m * n);
337 byte[] c_byte = new byte[c_count];
[all...]
H A DSGEMMTest.java237 int c_count = (m * n);
241 byte[] c_byte = new byte[c_count];
264 float[] c_float_out = new float[c_count];

Completed in 793 milliseconds