(v)
| 178 | }; |
| 179 | |
| 180 | function coerceTypedArraySpec(v) { |
| 181 | return { |
| 182 | bdata: v.bdata, |
| 183 | dtype: v.dtype, |
| 184 | shape: v.shape |
| 185 | }; |
| 186 | } |
| 187 | |
| 188 | /* |
| 189 | * TypedArray-compatible concatenation of n arrays |
no outgoing calls
no test coverage detected
searching dependent graphs…