create

fun create(inputDim: Int, mixingWeights: Tensor<T, V>, basis: Tensor<T, V>, bias: Tensor<T, V>?): KanLayer<T, V>(source)