Tensor

data class Tensor(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.Tensor>

Properties

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