DoubleTensorFlowAlgebra
class DoubleTensorFlowAlgebra : TensorFlowAlgebra<Double, TFloat64, DoubleField> , PowerOperations<StructureND<Double>>
Content copied to clipboard
Functions
Link copied to clipboard
open override fun add(left: StructureND<Double>, right: StructureND<Double>): Tensor<Double>
Content copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Double>, right: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Double>, right: StructureND<Double>) -> StructureND<Double>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun diagonalEmbedding(diagonalEntries: Tensor<Double>, offset: Int, dim1: Int, dim2: Int): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open operator fun StructureND<Double>.div(arg: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open override fun divide(left: StructureND<Double>, right: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open infix override fun StructureND<Double>.dot(other: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <F : StructureFeature> getFeature(structure: StructureND<Double>, type: KClass<out F>): F?
Content copied to clipboard
Link copied to clipboard
open operator fun (Double) -> Double.invoke(structure: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open fun StructureND<Double>.map(transform: DoubleField.(Double) -> Double): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open fun StructureND<Double>.mapIndexed(transform: DoubleField.(index: IntArray, Double) -> Double): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open operator override fun Double.minus(arg: StructureND<Double>): Tensor<Double>
Content copied to clipboard
open operator override fun StructureND<Double>.minus(arg: Double): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
open operator override fun StructureND<Double>.minus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Double>.minusAssign(arg: StructureND<Double>)
Content copied to clipboard
Link copied to clipboard
open override fun multiply(left: StructureND<Double>, right: StructureND<Double>): Tensor<Double>
Content copied to clipboard
Link copied to clipboard
fun StructureND<Double>.operate(operation: (Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
fun Double.operate(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
fun StructureND<Double>.operate(value: Double, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
fun StructureND<Double>.operate(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Perform binary lazy operation on tensor. Both arguments are implicitly converted
Link copied to clipboard
fun Tensor<Double>.operateInPlace(value: Double, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>)
Content copied to clipboard
fun Tensor<Double>.operateInPlace(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>)
Content copied to clipboard
Link copied to clipboard
open operator override fun Double.plus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
open operator override fun StructureND<Double>.plus(arg: Double): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
open operator override fun StructureND<Double>.plus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Double>.plusAssign(arg: StructureND<Double>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun power(arg: StructureND<Double>, pow: Number): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun structureND(shape: Shape, initializer: DoubleField.(IntArray) -> Double): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open override fun StructureND<Double>.sum(dim: Int, keepDim: Boolean): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open operator override fun Double.times(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
open operator override fun StructureND<Double>.times(arg: Double): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
open operator override fun StructureND<Double>.times(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open operator override fun Tensor<Double>.timesAssign(arg: StructureND<Double>)
Content copied to clipboard
Link copied to clipboard
open operator override fun StructureND<Double>.unaryMinus(): TensorFlowOutput<Double, TFloat64>
Content copied to clipboard
Link copied to clipboard
open fun unaryOperation(operation: String, arg: StructureND<Double>): StructureND<Double>
Content copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Double>) -> StructureND<Double>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun zip(left: StructureND<Double>, right: StructureND<Double>, transform: DoubleField.(Double, Double) -> Double): StructureND<Double>
Content copied to clipboard