WeightTensor

constructor(name: String, shape: List<Int>, tensor: Tensor<T, V>, isBias: Boolean = name.lowercase().contains("bias"))(source)