LongTensorFlowOutput

class LongTensorFlowOutput(graph: Graph, output: Output<TInt64>) : TensorFlowOutput<Long, TInt64> (source)

Constructors

Link copied to clipboard
constructor(graph: Graph, output: Output<TInt64>)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun get(index: IntArray): Long
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: Long)

Properties

Link copied to clipboard
open val dimension: Int
Link copied to clipboard
Link copied to clipboard
var output: Output<TInt64>
Link copied to clipboard
open override val shape: ShapeND