brainevent.jitumv_dt2t#
- brainevent.jitumv_dt2t(w_low, w_high, prob, y, seed, *, shape, transpose=False, corder=True, backend=None)[source]#
Generate per-synapse
y * wvalues for a uniform JITC matrix.The result is a flat vector of length
nnzin the same order asjitu_to_csr(...).data. The output equalscsr.dt2t(y, csr.data)whentranspose=Falseandcsr.dt2t_transposed(y, csr.data)whentranspose=True, without first materialising the CSR weight data.