TensorAnnotation

data class TensorAnnotation(val tensorName: String = "", val quantParameterTensorNames: List<StringStringEntryProto> = emptyList(), val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message(source)

Constructors

Link copied to clipboard
constructor(tensorName: String = "", quantParameterTensorNames: List<StringStringEntryProto> = emptyList(), unknownFields: Map<Int, UnknownField> = emptyMap())

Types

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

Properties

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