Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ rep
Function
rep
dnn/src/x86/utils.cpp:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
const float* src, float* dst, ptrdiff_t lda, ptrdiff_t ldb, size_t n,
58
size_t m) {
59
rep(i, n) rep(j, m) { dst[i * ldb + j] = src[j * lda + i]; }
60
}
61
62
bool feature_detect_avx2() {
Callers
2
transpose_naive
Function · 0.70
try_copy_last_contig
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected