deallocate()
Deallocates the memory block previously allocated to this n-dimensional array descriptor.
Declaration
func deallocate()See Also
Allocating and Deallocating Memory
allocate(initializingFrom:shape:batchSize:)allocate(randomUniformUsing:range:shape:batchSize:)allocate(randomUniformUsing:range:shape:batchSize:)allocate(randomIn:shape:batchSize:)allocate(randomIn:shape:batchSize:)allocate(randomIn:using:shape:batchSize:)allocate(randomIn:using:shape:batchSize:)allocate(repeating:shape:batchSize:)allocateUninitialized(scalarType:shape:batchSize:)