Creates a function, which reads a weights manifest JSON configuration,
fetches the weight files using the specified function and returns them as
Tensors.
// example for creating a nodejs weight loader, which reads the weight files // from disk using fs.readFileSync
Creates a function, which reads a weights manifest JSON configuration, fetches the weight files using the specified function and returns them as
Tensor
s.