5 lines
229 B
TypeScript
5 lines
229 B
TypeScript
![]() |
export declare function extractWeightsFactory(weights: Float32Array): {
|
||
|
extractWeights: (numWeights: number) => Float32Array;
|
||
|
getRemainingWeights: () => Float32Array;
|
||
|
};
|
||
|
//# sourceMappingURL=extractWeightsFactory.d.ts.map
|