SpecialUsageInitInfo

constructor(dataType: Tensor.DataType, size: Int, usage: Tensor.TensorUsage, channel: Int)

Parameters

dataType

data type.

size

the number of elements.

usage

the special usage type.

channel

the number of values per element.