Segment

data class Segment(val begin: Long = 0, val end: Long = 0, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message(source)

Constructors

Link copied to clipboard
constructor(begin: Long = 0, end: Long = 0, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<TensorProto.Segment>

Properties

Link copied to clipboard
val begin: Long
Link copied to clipboard
open override val descriptor: MessageDescriptor<TensorProto.Segment>
Link copied to clipboard
val end: Long
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
open override val unknownFields: Map<Int, UnknownField>

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun plus(other: Message?): TensorProto.Segment