InitTensor
data class InitTensor(val name: String, val isBias: Boolean, val shape: List<Int>, val tensor: Tensor<FP32, Float>)(source)
Deprecated
Use WeightTensor from skainet-io-core for format-agnostic code
Replace with
import sk.ainet.io.weights.WeightTensor
Content copied to clipboard
WeightTensor<FP32, Float>Content copied to clipboard
Holds a decoded ONNX tensor ready for weight assignment.