HomeSort by relevance Sort by last modified time
    Searched refs:a_byte (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
test_data.cpp 56559 jbyte * a_byte = (jbyte *) env->GetPrimitiveArrayCritical(a, 0); local
56581 jbyte * a_byte = (jbyte *) env->GetPrimitiveArrayCritical(a, 0); local
    [all...]
  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 56579 jbyte * a_byte = (jbyte *) env->GetPrimitiveArrayCritical(a, 0); local
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 177 byte[] a_byte = unsignedToSignedByte(new int[] {
230 matA.copyFrom(a_byte);
248 byte[] a_byte = unsignedToSignedByte(new int[] {
301 matA.copyFrom(a_byte);
335 byte[] a_byte = new byte[a_count];
339 getData(a_byte, b_byte, c_byte);
350 matA.copyFrom(a_byte);
SGEMMTest.java 239 byte[] a_byte = new byte[a_count];
243 getData(a_byte, b_byte, c_byte);
245 float[] a_float = byteToFloat(a_byte, a_offset);
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 129 private byte[] runBNNM(int m, int n, int k, byte[] a_byte, int a_offset, byte[] b_byte,
141 A.copyFrom(a_byte);
329 byte[] a_byte = new byte[a_count];
333 getData(a_byte, b_byte, c_byte);
335 byte[] c_byte_output = runBNNM(m, n, k, a_byte, a_offset, b_byte, b_offset,

Completed in 1005 milliseconds