WasmGPU - v0.6.0
Preparing search index...
SendNdarrayOptions
Type Alias SendNdarrayOptions
type
SendNdarrayOptions
=
{
allocator
?:
"heap"
|
"frame"
|
WasmHeapArena
;
dtype
?:
DType
;
shape
?:
ReadonlyArray
<
number
>
;
}
Index
Properties
allocator?
dtype?
shape?
Properties
Optional
allocator
allocator
?:
"heap"
|
"frame"
|
WasmHeapArena
Optional
dtype
dtype
?:
DType
Optional
shape
shape
?:
ReadonlyArray
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allocator
dtype
shape
Source code
Examples
WasmGPU - v0.6.0
Loading...