TensorShapeProto

data class TensorShapeProto(val dim: List<TensorShapeProto.Dimension> = emptyList(), val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message(source)

Constructors

Link copied to clipboard
constructor(dim: List<TensorShapeProto.Dimension> = emptyList(), unknownFields: Map<Int, UnknownField> = emptyMap())

Types

Link copied to clipboard
object Companion : Message.Companion<TensorShapeProto>
Link copied to clipboard
data class Dimension(val denotation: String = "", val value: TensorShapeProto.Dimension.Value<*>? = null, val unknownFields: Map<Int, UnknownField> = emptyMap()) : Message

Properties

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