IntTensorFlowOutput

class IntTensorFlowOutput(graph: Graph, output: Output<TInt32>) : TensorFlowOutput<Int, TInt32>

Functions

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

Properties

Link copied to clipboard
open val dimension: Int
Link copied to clipboard
open val indices: ShapeIndexer
Link copied to clipboard
var output: Output<TInt32>
Link copied to clipboard
open override val shape: Shape

Sources

Link copied to clipboard