Companion

object Companion

Functions

auto
Link copied to clipboard
inline fun <T : Any> auto(vararg shape: Int): Nd4jArrayField<T, Field<T>>
Creates a most suitable implementation of FieldND using reified class.
float
Link copied to clipboard
fun float(vararg shape: Int): Nd4jArrayRing<Float, FloatField>
Creates an FieldND for Float values or pull it from cache if it was created previously.
real
Link copied to clipboard
fun real(vararg shape: Int): Nd4jArrayRing<Double, DoubleField>
Creates an FieldND for Double values or pull it from cache if it was created previously.

Sources

jvm source
Link copied to clipboard