DoubleTensorFlowAlgebra
class DoubleTensorFlowAlgebra : TensorFlowAlgebra<Double, TFloat64, DoubleField> , PowerOperations<StructureND<Double>> (source)
Functions
Link copied to clipboard
Link copied to clipboard
open fun binaryOperation(operation: String, left: StructureND<Double>, right: StructureND<Double>): StructureND<Double>
Link copied to clipboard
open override fun binaryOperationFunction(operation: String): (left: StructureND<Double>, right: StructureND<Double>) -> StructureND<Double>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T, TT : TNumber, A : TrigonometricOperations<T>, Ring<T>> TensorFlowAlgebra<T, TT, A>.cos(arg: StructureND<T>): TensorFlowOutput<T, TT>
Link copied to clipboard
open override fun diagonalEmbedding(diagonalEntries: StructureND<Double>, offset: Int, dim1: Int, dim2: Int): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
open override fun divide(left: StructureND<Double>, right: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
open infix override fun StructureND<Double>.dot(other: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun StructureND<Double>.mapIndexed(transform: DoubleField.(index: IntArray, Double) -> Double): StructureND<Double>
Link copied to clipboard
open operator override fun StructureND<Double>.minus(arg: Double): TensorFlowOutput<Double, TFloat64>
open operator override fun StructureND<Double>.minus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun StructureND<Double>.operate(operation: (Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
fun Double.operate(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
fun StructureND<Double>.operate(value: Double, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
fun StructureND<Double>.operate(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>): TensorFlowOutput<Double, TFloat64>
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>)
fun Tensor<Double>.operateInPlace(other: StructureND<Double>, operation: (left: Operand<TFloat64>, right: Operand<TFloat64>) -> Operand<TFloat64>)
Link copied to clipboard
open operator override fun Double.plus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
open operator override fun StructureND<Double>.plus(arg: Double): TensorFlowOutput<Double, TFloat64>
open operator override fun StructureND<Double>.plus(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T, TT : TNumber, A : TrigonometricOperations<T>, Ring<T>> TensorFlowAlgebra<T, TT, A>.sin(arg: StructureND<T>): TensorFlowOutput<T, TT>
Link copied to clipboard
Link copied to clipboard
open override fun structureND(shape: ShapeND, initializer: DoubleField.(IntArray) -> Double): StructureND<Double>
Link copied to clipboard
open override fun StructureND<Double>.sum(dim: Int, keepDim: Boolean): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
open operator override fun Double.times(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
open operator override fun StructureND<Double>.times(arg: Double): TensorFlowOutput<Double, TFloat64>
open operator override fun StructureND<Double>.times(arg: StructureND<Double>): TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun unaryOperationFunction(operation: String): (arg: StructureND<Double>) -> StructureND<Double>
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>