SegmentMap

class SegmentMap(weights: LongArray) : Accountable

Constructors

Link copied to clipboard
constructor(weights: LongArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).

Functions

Link copied to clipboard
fun newToOld(segment: Int): Int
Link copied to clipboard
fun oldToNew(segment: Int): Int
Link copied to clipboard
open override fun ramBytesUsed(): Long

Return the memory usage of this object in bytes. Negative values are illegal.