TensorFlowTensor

interface TensorFlowTensor<T> : MutableStructureND<T>

Functions

Link copied to clipboard
open fun elements(): Sequence<Pair<IntArray, T>>
Link copied to clipboard
abstract operator fun get(index: IntArray): T
Link copied to clipboard
open override fun <F : StructureFeature> getFeature(type: KClass<out F>): F?
Link copied to clipboard
abstract operator fun set(index: IntArray, value: T)

Properties

Link copied to clipboard
open val dimension: Int
Link copied to clipboard
open val indices: ShapeIndexer
Link copied to clipboard
abstract override val shape: Shape

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard