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

  /external/tensorflow/tensorflow/contrib/image/kernels/
adjust_hsv_in_yiq_op_gpu.cu.cc 62 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
74 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n,
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 158 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
213 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
261 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
273 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
GoogLeNet.java 212 mBLAS.SGEMM(ScriptIntrinsicBLAS.NO_TRANSPOSE, ScriptIntrinsicBLAS.NO_TRANSPOSE,
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 44 private int[] mTranspose = {ScriptIntrinsicBLAS.NO_TRANSPOSE,
165 if (Trans != ScriptIntrinsicBLAS.NO_TRANSPOSE &&
174 if (Trans != ScriptIntrinsicBLAS.NO_TRANSPOSE &&
224 if (TransA == ScriptIntrinsicBLAS.NO_TRANSPOSE) {
315 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
350 trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
370 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
405 trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
425 int trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
460 trans = ScriptIntrinsicBLAS.NO_TRANSPOSE;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_3d.cc 216 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
219 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr,
243 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
246 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr,
conv_ops.cc 516 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
519 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n,
545 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
548 ->ThenBlasGemm(no_transpose, no_transpose, n, m, k, 1.0f, b_ptr, n,
    [all...]
conv_grad_input_ops.cc 779 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
811 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; local
    [all...]
conv_grad_ops_3d.cc 488 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; variable
492 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k,
516 auto no_transpose = perftools::gputools::blas::Transpose::kNoTranspose; variable
520 ->ThenBlasGemm(transpose, no_transpose, n, m, k, 1.0f, b_ptr, k,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 200 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
225 public static final int NO_TRANSPOSE = 111;
245 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
252 if (Trans != NO_TRANSPOSE &&
292 if (TransA == NO_TRANSPOSE) {
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 207 @IntDef({NO_TRANSPOSE, TRANSPOSE, CONJ_TRANSPOSE})
232 public static final int NO_TRANSPOSE = 111;
252 if (Trans != NO_TRANSPOSE && Trans != TRANSPOSE &&
259 if (Trans != NO_TRANSPOSE &&
299 if (TransA == NO_TRANSPOSE) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 173 milliseconds