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
* - `int32`: 32-bit two's complement signed integers
531
-
* - `uint32`: 32-bit unsigned integers
532
-
* - `int16`: 16-bit two's complement signed integers
533
-
* - `uint16`: 16-bit unsigned integers
534
-
* - `int8`: 8-bit two's complement signed integers
535
-
* - `uint8`: 8-bit unsigned integers
536
-
* - `uint8c`: 8-bit unsigned integers clamped to `0-255`
537
-
* - `generic`: generic JavaScript values
538
-
*
539
524
* ## Notes
540
525
*
541
526
* - In browser environments, the function always returns zero-filled arrays.
@@ -565,21 +550,6 @@ interface Namespace {
565
550
* - If `dtype` is `'generic'`, the function always returns a zero-filled array.
566
551
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
567
552
*
568
-
* The function recognizes the following data types:
0 commit comments