OnnxAttributeValue

data class OnnxAttributeValue(val name: String, val ints: List<Long> = emptyList(), val floats: List<Float> = emptyList(), val strings: List<String> = emptyList(), val tensor: TensorProto? = null)(source)

Constructors

Link copied to clipboard
constructor(name: String, ints: List<Long> = emptyList(), floats: List<Float> = emptyList(), strings: List<String> = emptyList(), tensor: TensorProto? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val ints: List<Long>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard