Home
last modified time | relevance | path

Searched refs:do_transpose (Results 1 – 25 of 104) sorted by relevance

12345

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dbroadcast_reduce_customized-inl.cuh43 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
44 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
45 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
46 const int tidy = (do_transpose) ? tid % by : threadIdx.y; in __launch_bounds__()
132 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
133 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
134 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
310 const int by = (config.kernel_1.do_transpose) ? in ReduceImplWithReducer()
318 config.kernel_1.do_transpose, reducer); in ReduceImplWithReducer()
360 const int by = (config.kernel_1.do_transpose) ? in ReduceImplWithReducer()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/numpy/linalg/
H A Dbroadcast_reduce_customized-inl.cuh43 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
44 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
45 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
46 const int tidy = (do_transpose) ? tid % by : threadIdx.y; in __launch_bounds__()
132 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
133 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
134 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
310 const int by = (config.kernel_1.do_transpose) ? in ReduceImplWithReducer()
318 config.kernel_1.do_transpose, reducer); in ReduceImplWithReducer()
360 const int by = (config.kernel_1.do_transpose) ? in ReduceImplWithReducer()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dbroadcast_reduce-inl.cuh84 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
85 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
86 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
87 const int tidy = (do_transpose) ? tid % by : threadIdx.y; in __launch_bounds__()
335 bool do_transpose; member
423 if (config.kernel_1.do_transpose) { in ConfigureReduceImpl()
465 if (config.kernel_1.do_transpose) { in ConfigureReduceImpl()
544 const int by = (config.kernel_1.do_transpose) ? in ReduceImpl()
552 config.kernel_1.do_transpose); in ReduceImpl()
589 const int by = (config.kernel_1.do_transpose) ? in ReduceImpl()
[all …]
H A Dordering_op-inl.h143 *do_transpose = false; in ParseTopKParam()
454 if (do_transpose) { in TopKImpl()
468 if (do_transpose) { in TopKImpl()
502 if (do_transpose) { in TopKImpl()
517 if (do_transpose) { in TopKImpl()
534 if (do_transpose) { in TopKImpl()
650 if (do_transpose) { in TopKImplwithWorkspace()
664 if (do_transpose) { in TopKImplwithWorkspace()
698 if (do_transpose) { in TopKImplwithWorkspace()
713 if (do_transpose) { in TopKImplwithWorkspace()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/tensor/
H A Dbroadcast_reduce-inl.cuh84 const int bx = (do_transpose) ? blockDim.y : blockDim.x; in __launch_bounds__()
85 const int by = (do_transpose) ? blockDim.x : blockDim.y; in __launch_bounds__()
86 const int tidx = (do_transpose) ? tid / by : threadIdx.x; in __launch_bounds__()
87 const int tidy = (do_transpose) ? tid % by : threadIdx.y; in __launch_bounds__()
335 bool do_transpose; member
423 if (config.kernel_1.do_transpose) { in ConfigureReduceImpl()
465 if (config.kernel_1.do_transpose) { in ConfigureReduceImpl()
544 const int by = (config.kernel_1.do_transpose) ? in ReduceImpl()
552 config.kernel_1.do_transpose); in ReduceImpl()
589 const int by = (config.kernel_1.do_transpose) ? in ReduceImpl()
[all …]
H A Dordering_op-inl.h143 *do_transpose = false; in ParseTopKParam()
454 if (do_transpose) { in TopKImpl()
468 if (do_transpose) { in TopKImpl()
502 if (do_transpose) { in TopKImpl()
517 if (do_transpose) { in TopKImpl()
534 if (do_transpose) { in TopKImpl()
650 if (do_transpose) { in TopKImplwithWorkspace()
664 if (do_transpose) { in TopKImplwithWorkspace()
698 if (do_transpose) { in TopKImplwithWorkspace()
713 if (do_transpose) { in TopKImplwithWorkspace()
[all …]
/dports/math/clblast/CLBlast-1.1.0/src/routines/
H A Dcommon.hpp70 const bool do_transpose, const bool do_conjugate, in PadCopyTransposeMatrix() argument
81 if (do_transpose) { in PadCopyTransposeMatrix()
140 if (do_transpose) { in PadCopyTransposeMatrix()
190 const bool do_transpose, const bool do_conjugate, in PadCopyTransposeMatrixBatched() argument
195 if (do_transpose) { in PadCopyTransposeMatrixBatched()
222 if (do_transpose) { in PadCopyTransposeMatrixBatched()
/dports/math/py-gau2grid/gau2grid-2.0.7/scripts/
H A Dtime_compare.py19 do_transpose = False variable
82 if do_transpose:
112 if do_transpose:
135 if do_transpose:
/dports/math/gau2grid/gau2grid-2.0.7/scripts/
H A Dtime_compare.py19 do_transpose = False variable
82 if do_transpose:
112 if do_transpose:
135 if do_transpose:
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Dsubr_list.cpp25 do_transpose(object_heap_t* heap, int each_len, int argc, scm_obj_t argv[]) in do_transpose() function
65 return do_transpose(vm->m_heap, each_len, argc, argv); in subr_list_transpose()
88 return do_transpose(vm->m_heap, each_len, argc, argv); in subr_list_transpose_plus()
114 if (finite) return do_transpose(vm->m_heap, each_len, argc, argv); in subr_list_transpose_ast()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/KLU/MATLAB/
H A Dklu_mex.c124 A_complex = 0, B_complex, nz, do_transpose = 0, p, pend, nblocks, in mexFunction() local
189 do_transpose = 0 ; in mexFunction()
197 do_transpose = 1 ; in mexFunction()
475 if (do_transpose) in mexFunction()
497 if (do_transpose) in mexFunction()
554 if (do_transpose) in mexFunction()
847 if (do_transpose) in mexFunction()
869 if (do_transpose) in mexFunction()
1207 if (do_transpose) in mexFunction()
1219 if (do_transpose) in mexFunction()

12345