4 lines
182 B
TypeScript
4 lines
182 B
TypeScript
export declare function extractWeightsFactory(weights: Float32Array): {
|
|
extractWeights: (numWeights: number) => Float32Array;
|
|
getRemainingWeights: () => Float32Array;
|
|
};
|