HomeSort by relevance Sort by last modified time
    Searched full:c_float_ref (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 160 float[] c_float_ref = getGEMMResult(m, n, k, a_float, b_float); local
163 if (!testWithTolerance(c_float_ref, c_float_out)) {
215 float[] c_float_ref = getGEMMResult(m, n, k, a_float, b_float); local
218 if (!testWithTolerance(c_float_ref, c_float_out)) {
263 float[] c_float_ref = getGEMMResult(m, n, k, a_float, b_float); local
266 if (!testWithTolerance(c_float_ref, c_float_out)) {

Completed in 5742 milliseconds