2020-08-18 14:04:33 +02:00
|
|
|
import * as tf from '@tensorflow/tfjs-core';
|
|
|
|
export declare function loadWeightMap(uri: string | undefined, defaultModelName: string): Promise<tf.NamedTensorMap>;
|
2020-08-21 15:01:04 +02:00
|
|
|
//# sourceMappingURL=loadWeightMap.d.ts.map
|