MLCTensorDescriptor
A configuration object you use to create a tensor.
Declaration
class MLCTensorDescriptorOverview
This class contains the mathematical properties of a tensor, such as data type and shape. It also includes initializers that help you create a tensor descriptor for common use cases, such as convolutional neural networks and recurrent neural networks.
Topics
Creating Tensor Descriptors
init(shape:dataType:)init(shape:sequenceLengths:sortedSequences:dataType:)init(width:height:featureChannelCount:batchSize:)init(width:height:featureChannelCount:batchSize:dataType:)init(convolutionWeightsWithInputFeatureChannelCount:outputFeatureChannelCount:dataType:)init(convolutionWeightsWithWidth:height:inputFeatureChannelCount:outputFeatureChannelCount:dataType:)init(convolutionBiasesWithFeatureChannelCount:dataType:)maxTensorDimensions