google/elemental2

TypedArray primitive type problems

neuronsupport opened this issue · 1 comments

elemental2.core.Int8Array class for example all double based initialization. We could not create an Int8Array from a plain Java byte[]. This causes portability problems. Is there a way to pass a byte array?