applyWeightsFromInitTensors

Deprecated

Use applyWeights with WeightTensor list

Replace with

applyWeights(module, tensors.map { it.toWeightTensor() })

Apply weights from legacy InitTensor list.