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())