Companion

object Companion

Functions

auto
Link copied to clipboard
inline fun <T : Number> auto(vararg shape: Int): Nd4jArrayRing<T, Ring<T>>
Creates a most suitable implementation of RingND using reified class.
int
Link copied to clipboard
fun int(vararg shape: Int): Nd4jArrayRing<Int, IntRing>
Creates an RingND for Int values or pull it from cache if it was created previously.

Sources

jvm source
Link copied to clipboard