The weights manifest JSON.
Optional
filePathPrefix: stringThe path prefix for filenames given in the manifest. Defaults to the empty string.
Optional
weightNames: string[]The names of the weights to be fetched.
Optional
requestInit: RequestInit
Reads a weights manifest JSON configuration, fetches the weights and returns them as
Tensor
s.