2020-08-20 02:10:42 +02:00
|
|
|
import { fetchOrThrow } from './fetchOrThrow';
|
|
|
|
export async function fetchNetWeights(uri) {
|
|
|
|
return new Float32Array(await (await fetchOrThrow(uri)).arrayBuffer());
|
2020-08-18 14:04:33 +02:00
|
|
|
}
|
|
|
|
//# sourceMappingURL=fetchNetWeights.js.map
|