OnnxValueInfoView

data class OnnxValueInfoView(val name: String, val shape: List<Int>?, val dtype: String?)(source)

Constructors

Link copied to clipboard
constructor(name: String, shape: List<Int>?, dtype: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val shape: List<Int>?