• Returns a promise that resolves when a requestAnimationFrame has completed.

    On Node.js this uses setImmediate instead of requestAnimationFrame.

    This is simply a sugar method so that users can do the following: await tf.nextFrame();

    Returns Promise<void>

    Doc

Generated using TypeDoc