You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(2) is my design choice because (1) makes confuse us as Numo::DFloat.cast(a_cumo) may work (but, actually not). Also, (1) has to support converting dtypes, and we have to customize cast method which is already existing.
I will implement only from_numo and to_numo class methods first.
sonots
changed the title
Support conversion between Numo::NArray and Cumo::NArray
[PLAN] Support conversion between Numo::NArray and Cumo::NArray
Mar 23, 2019
POLICY: NO MONKEY PATCH to Numo.
Assume numo_a is an Numo::Int32, and cumo_a is Cumo::Int32.
(1)
(2)
(2) is my design choice because (1) makes confuse us as
Numo::DFloat.cast(a_cumo)
may work (but, actually not). Also, (1) has to support converting dtypes, and we have to customizecast
method which is already existing.I will implement only
from_numo
andto_numo
class methods first.references: cupy http://docs-cupy.chainer.org/en/stable/tutorial/basic.html
The text was updated successfully, but these errors were encountered: