manifold icon indicating copy to clipboard operation
manifold copied to clipboard

Use async for data computation

Open Firenze11 opened this issue 5 years ago • 0 comments

Current implementation involves converting tensor data between array and tf.Tensor format through synchronized data reading, which blocks the UI thread until the values are ready, which can cause performance issues. Migrate to async instead.

Firenze11 avatar Sep 08 '19 19:09 Firenze11