Y
Hacker News
new
|
ask
|
show
|
jobs
by
bbminner
636 days ago
Ah, well, that's interesting! Does anyone know how cupy manages tensor mutability?
1 comments
kmaehashi
636 days ago
CuPy tensors (or `ndarray`) provide the same semantics as NumPy. In-place operations are permitted.
link