FloatNd4jArrayField

class FloatNd4jArrayField(shape: IntArray) : Nd4jArrayExtendedField<Float, FloatField>

Represents FieldND over Nd4jArrayStructure of Float.

Constructors

FloatNd4jArrayField
Link copied to clipboard
fun FloatNd4jArrayField(shape: IntArray)

Functions

acos
Link copied to clipboard
open override fun acos(arg: StructureND<Float>): StructureND<Float>
acosh
Link copied to clipboard
open override fun acosh(arg: StructureND<Float>): StructureND<Float>
add
Link copied to clipboard
abstract fun add(a: StructureND<Float>, b: StructureND<Float>): StructureND<Float>
asin
Link copied to clipboard
open override fun asin(arg: StructureND<Float>): StructureND<Float>
asinh
Link copied to clipboard
open override fun asinh(arg: StructureND<Float>): StructureND<Float>
atan
Link copied to clipboard
open override fun atan(arg: StructureND<Float>): StructureND<Float>
atanh
Link copied to clipboard
open override fun atanh(arg: StructureND<Float>): StructureND<Float>
binaryOperation
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
binaryOperationFunction
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Float>, right: StructureND<Float>) -> StructureND<Float>
bindSymbol
Link copied to clipboard
open fun bindSymbol(value: String): StructureND<Float>
bindSymbolOrNull
Link copied to clipboard
open fun bindSymbolOrNull(value: String): StructureND<Float>?
combine
Link copied to clipboard
abstract fun combine(a: StructureND<Float>, b: StructureND<Float>, transform: FloatField.(Float, Float) -> Float): StructureND<Float>
cos
Link copied to clipboard
open override fun cos(arg: StructureND<Float>): StructureND<Float>
cosh
Link copied to clipboard
open override fun cosh(arg: StructureND<Float>): StructureND<Float>
div
Link copied to clipboard
open operator override fun Float.div(arg: StructureND<Float>): Nd4jArrayStructure<Float>
open operator override fun StructureND<Float>.div(arg: Float): Nd4jArrayStructure<Float>
open operator fun Number.div(b: StructureND<Float>): Nd4jArrayStructure<Float>
open operator fun StructureND<Float>.div(b: StructureND<Float>): StructureND<Float>
open operator fun StructureND<Float>.div(k: Number): StructureND<Float>
divide
Link copied to clipboard
abstract fun divide(a: StructureND<Float>, b: StructureND<Float>): StructureND<Float>
exp
Link copied to clipboard
open override fun exp(arg: StructureND<Float>): StructureND<Float>
getFeature
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Float>, type: KClass<out F>): F?
invoke
Link copied to clipboard
open operator fun (Float) -> Float.invoke(structure: StructureND<Float>): StructureND<Float>
leftSideNumberOperation
Link copied to clipboard
open fun leftSideNumberOperation(operation: String, left: Number, right: StructureND<Float>): StructureND<Float>
leftSideNumberOperationFunction
Link copied to clipboard
open fun leftSideNumberOperationFunction(operation: String): (left: Number, right: StructureND<Float>) -> StructureND<Float>
ln
Link copied to clipboard
open override fun ln(arg: StructureND<Float>): StructureND<Float>
map
Link copied to clipboard
abstract fun StructureND<Float>.map(transform: FloatField.(Float) -> Float): StructureND<Float>
mapIndexed
Link copied to clipboard
abstract fun StructureND<Float>.mapIndexed(transform: FloatField.(index: IntArray, Float) -> Float): StructureND<Float>
minus
Link copied to clipboard
open operator override fun Float.minus(arg: StructureND<Float>): Nd4jArrayStructure<Float>
open operator override fun StructureND<Float>.minus(arg: Float): Nd4jArrayStructure<Float>
open operator fun StructureND<Float>.minus(b: StructureND<Float>): StructureND<Float>
multiply
Link copied to clipboard
open fun multiply(a: StructureND<Float>, k: Number): Nd4jArrayStructure<Float>
abstract fun multiply(a: StructureND<Float>, b: StructureND<Float>): StructureND<Float>
number
Link copied to clipboard
open override fun number(value: Number): StructureND<Float>
plus
Link copied to clipboard
open operator fun Float.plus(arg: StructureND<Float>): StructureND<Float>
open operator override fun StructureND<Float>.plus(arg: Float): Nd4jArrayStructure<Float>
open operator fun StructureND<Float>.plus(b: StructureND<Float>): StructureND<Float>
pow
Link copied to clipboard
open infix fun StructureND<Float>.pow(pow: Number): StructureND<Float>
power
Link copied to clipboard
open override fun power(arg: StructureND<Float>, pow: Number): StructureND<Float>
produce
Link copied to clipboard
abstract fun produce(initializer: FloatField.(IntArray) -> Float): StructureND<Float>
rightSideNumberOperation
Link copied to clipboard
open fun rightSideNumberOperation(operation: String, left: StructureND<Float>, right: Number): StructureND<Float>
rightSideNumberOperationFunction
Link copied to clipboard
open override fun rightSideNumberOperationFunction(operation: String): (left: StructureND<Float>, right: Number) -> StructureND<Float>
scale
Link copied to clipboard
open override fun scale(a: StructureND<Float>, value: Double): StructureND<Float>
sin
Link copied to clipboard
open override fun sin(arg: StructureND<Float>): StructureND<Float>
sinh
Link copied to clipboard
open override fun sinh(arg: StructureND<Float>): StructureND<Float>
sqrt
Link copied to clipboard
open override fun sqrt(arg: StructureND<Float>): StructureND<Float>
tan
Link copied to clipboard
open override fun tan(arg: StructureND<Float>): StructureND<Float>
tanh
Link copied to clipboard
open override fun tanh(arg: StructureND<Float>): StructureND<Float>
times
Link copied to clipboard
open operator fun Float.times(arg: StructureND<Float>): StructureND<Float>
open operator override fun StructureND<Float>.times(arg: Float): Nd4jArrayStructure<Float>
open operator fun StructureND<Float>.times(b: StructureND<Float>): StructureND<Float>
open operator fun Number.times(b: StructureND<Float>): StructureND<Float>
open operator fun StructureND<Float>.times(k: Number): StructureND<Float>
unaryMinus
Link copied to clipboard
abstract operator fun StructureND<Float>.unaryMinus(): StructureND<Float>
unaryOperation
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Float>): StructureND<Float>
unaryOperationFunction
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Float>) -> StructureND<Float>
unaryPlus
Link copied to clipboard
open operator fun StructureND<Float>.unaryPlus(): StructureND<Float>
wrap
Link copied to clipboard
open override fun INDArray.wrap(): Nd4jArrayStructure<Float>

Properties

elementContext
Link copied to clipboard
open override val elementContext: FloatField
ndArray
Link copied to clipboard
open override val StructureND<Float>.ndArray: INDArray
Unwraps to or get INDArray from StructureND.
one
Link copied to clipboard
abstract val one: StructureND<Float>
shape
Link copied to clipboard
open override val shape: IntArray
zero
Link copied to clipboard
abstract val zero: StructureND<Float>

Sources

jvm source
Link copied to clipboard