Package-level declarations
Types
Link copied to clipboard
class DoubleTensorFlowAlgebra : TensorFlowAlgebra<Double, TFloat64, DoubleField> , PowerOperations<StructureND<Double>>
Link copied to clipboard
class DoubleTensorFlowOutput(graph: Graph, output: Output<TFloat64>) : TensorFlowOutput<Double, TFloat64>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Static (eager) in-memory TensorFlow tensor
Link copied to clipboard
abstract class TensorFlowOutput<T, TT : TType>(graph: Graph, output: Output<TT>) : TensorFlowTensor<T>
Lazy graph-based TensorFlow tensor. The tensor is actualized on call.
Link copied to clipboard
Functions
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
fun DoubleField.produceMapWithTF(block: DoubleTensorFlowAlgebra.() -> Map<Symbol, StructureND<Double>>): Map<Symbol, StructureND<Double>>
Compute several outputs with TensorFlow in a single run.
Link copied to clipboard
fun DoubleField.produceWithTF(block: DoubleTensorFlowAlgebra.() -> StructureND<Double>): StructureND<Double>
Compute a tensor with TensorFlow in a single run.
Link copied to clipboard
fun <T, TT : TNumber, A : TrigonometricOperations<T>, Ring<T>> TensorFlowAlgebra<T, TT, A>.sin(arg: StructureND<T>): TensorFlowOutput<T, TT>