SparseTensor

data class SparseTensor(val elemType: Int = 0, val shape: TensorShapeProto? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message(source)

Constructors

Link copied to clipboard
constructor(elemType: Int = 0, shape: TensorShapeProto? = null, unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<TypeProto.SparseTensor>

Properties

Link copied to clipboard
open override val descriptor: MessageDescriptor<TypeProto.SparseTensor>
Link copied to clipboard
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
open operator override fun plus(other: Message?): TypeProto.SparseTensor