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

1 2

  /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,
146 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int);
169 final int a_offset = 0; local
208 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
226 final int a_offset = 0; local
253 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
272 final int a_offset = 13; local
305 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
320 int a_offset = 0; local
335 byte[] c_byte_output = runBNNM(m, n, k, a_byte, a_offset, b_byte, b_offset
356 final int a_offset = 0; local
465 int a_offset = 0; local
472 int a_offset = -23; local
479 int a_offset = 888; local
486 int a_offset = 0; local
493 int a_offset = 0; local
    [all...]
  /external/gemmlowp/test/
test_data.h 26 extern const int a_offset;
test.cc 37 const std::uint8_t* a, std::int32_t a_offset,
87 static_cast<std::int32_t>(a_as_byte) + a_offset;
743 int a_offset[] = {0, -64}; local
745 const OffsetColMap lhs_offset(a_offset, m);
852 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0, local
1146 const int a_offset = 0; local
    [all...]
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 41 private int a_offset; field in class:SGEMMTest
130 a_offset = 0;
136 }, a_offset);
175 a_offset = 13;
186 }, a_offset);
232 a_offset = 0;
245 float[] a_float = byteToFloat(a_byte, a_offset);
BNNMTest.java 41 private int a_offset; field in class:BNNMTest
183 a_offset = 0;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
259 a_offset = 13;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
326 a_offset = 0;
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
GoogLeNet.java 218 int a_offset = 1; local
225 mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); local
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 73 const std::uint8_t* a, std::int32_t a_offset, int lda,
78 const int lhs_offset = a_offset;
112 const std::uint8_t* a, std::int32_t a_offset,
116 const int lhs_offset = a_offset;
306 std::int32_t a_offset, int lda, const std::uint8_t* b,
316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
324 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \
343 std::int32_t a_offset, std::int32_t lda,
353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
370 EightBitIntGemmInt32Impl<ta, tb, tc>(context, m, n, k, a, a_offset, lda,
    [all...]
eight_bit_int_gemm.h 57 std::int32_t a_offset, int lda, const std::uint8_t *b,
64 std::int32_t a_offset, int lda, const std::uint8_t *b,
  /external/tensorflow/tensorflow/core/kernels/
quantized_matmul_op_test.cc 111 // values as n+a_offset, where a_offset is 12 above. For example that means -1
204 // values as n+a_offset, where a_offset is 12 above. For example that means -1
  /external/eigen/blas/f2c/
dsbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
170 a_offset = 1 + a_dim1;
171 a -= a_offset;
dtbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
ssbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
172 a_offset = 1 + a_dim1;
173 a -= a_offset;
stbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
chbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
179 a_offset = 1 + a_dim1;
180 a -= a_offset;
zhbmv.c 21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
180 a_offset = 1 + a_dim1;
181 a -= a_offset;
ctbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
ztbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
  /external/webp/src/enc/
picture_rescale_enc.c 149 const int a_offset = top * pic->a_stride + left; local
150 WebPCopyPlane(pic->a + a_offset, pic->a_stride,
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 42 uint8_t a_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
50 const uint8_t* a, uint8_t a_offset, size_t lda,
    [all...]
  /frameworks/rs/
rsDefines.h 469 uint8_t a_offset; member in struct:__anon46718
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 565 int a_offset, b_offset; local
576 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
581 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 562 int a_offset, b_offset; local
573 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
578 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 587 << sglr::pdec::VertexAttribute("a_offset", rr::GENERICVECTYPE_FLOAT)
593 "in highp vec4 a_offset;\n"
598 " gl_Position = a_position + a_offset;\n"
688 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset");
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 162 RsAllocation A, int a_offset, RsAllocation B, int b_offset,
170 call.a_offset = a_offset & 0xFF;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 3438 int a_offset; \/* offset into bytecode *\/ member in struct:assembler
    [all...]

Completed in 413 milliseconds

1 2