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

  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc     [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 205 private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocation Y, int incY) {
206 if (!validateTranspose(TransA)) {
224 if (TransA == ScriptIntrinsicBLAS.NO_TRANSPOSE) {
    [all...]

Completed in 700 milliseconds