ndArray
Waits for any pending write access on the underlying ndArray to complete, then returns it.
Declaration
final var ndArray: NDArray? { get async throws }Discussion
Returns nil if kind is not .ndArray.
Waits for any pending write access on the underlying ndArray to complete, then returns it.
final var ndArray: NDArray? { get async throws }Returns nil if kind is not .ndArray.