OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atrans
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/test/ocl/
test_gemm.cpp
66
bool
atrans
, btrans, ctrans;
local
77
atrans
= btrans = ctrans = false;
84
flags |= GEMM_1_T,
atrans
= true;
98
if (
atrans
)
/external/opencv3/modules/core/src/
matmul.cpp
703
bool
atrans
= (flags & GEMM_1_T) != 0, btrans = (flags & GEMM_2_T) != 0, ctrans = (flags & GEMM_3_T) != 0;
local
705
if (
atrans
)
744
clAmdBlasTranspose transA =
atrans
? clAmdBlasTrans : clAmdBlasNoTrans;
807
bool
atrans
= (flags & GEMM_1_T) != 0, btrans = (flags & GEMM_2_T) != 0, ctrans = (flags & GEMM_3_T) != 0;
local
809
if (
atrans
)
828
if (
atrans
)
[
all
...]
Completed in 51 milliseconds