FloatNd4jArrayFieldOps
open class FloatNd4jArrayFieldOps : Nd4jArrayExtendedFieldOps<Float, FloatField>
Content copied to clipboard
Represents FieldND over Nd4jArrayStructure of Float.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun add(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Float>, right: StructureND<Float>) -> StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun Float.div(arg: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.div(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun Number.div(b: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.div(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
abstract fun divide(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Float>, type: KClass<out F>): F?
Content copied to clipboard
Link copied to clipboard
open operator fun (Float) -> Float.invoke(structure: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun StructureND<Float>.map(transform: FloatField.(Float) -> Float): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open fun StructureND<Float>.mapIndexed(transform: FloatField.(index: IntArray, Float) -> Float): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open operator override fun Float.minus(arg: StructureND<Float>): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.minus(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.minus(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open fun multiply(a: StructureND<Float>, k: Number): Nd4jArrayStructure<Float>
Content copied to clipboard
abstract fun multiply(left: StructureND<Float>, right: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open operator fun Float.plus(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.plus(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.plus(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun power(arg: StructureND<Float>, pow: Number): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open override fun scale(a: StructureND<Float>, value: Double): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun structureND(shape: Shape, initializer: FloatField.(IntArray) -> Float): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun Float.times(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator override fun StructureND<Float>.times(arg: Float): Nd4jArrayStructure<Float>
Content copied to clipboard
open operator fun StructureND<Float>.times(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator fun Number.times(arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
open operator fun StructureND<Float>.times(k: Number): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
abstract operator fun StructureND<Float>.unaryMinus(): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Float>): StructureND<Float>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Float>) -> StructureND<Float>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Wraps INDArray to Nd4jArrayStructure.
Link copied to clipboard
open fun zip(left: StructureND<Float>, right: StructureND<Float>, transform: FloatField.(Float, Float) -> Float): StructureND<Float>
Content copied to clipboard