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