Parameters

data class Parameters(val tensors: List<ByteArr> = emptyList(), val tensorType: String = "", val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Constructors

Link copied to clipboard
constructor(tensors: List<ByteArr> = emptyList(), tensorType: String = "", unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<Parameters>

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<Parameters>
Link copied to clipboard
open override val protoSize: Int
Link copied to clipboard
val tensors: List<ByteArr>
Link copied to clipboard
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?): Parameters