You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the doc surely has these content, but as a newbie it will still be confused.
i think should add instructions on getting started section as follows:
input.advance_to: it make dd wont accept input changes older than the time.
input.flush: advance_to is just a buffer, flush labeled this will happen.
worker.step: the above is just configs, and only work.step will make this happen.
when exit dd, dd will call worker.step once, make all the work happens. but when you write your loop or infinite graphs, you should call worker.step whenever you need your computation works
in a nut shell, in your program, you should call 1-3 sequencetially, otherwise you maybe see hungs.
i think these will make things easier
The text was updated successfully, but these errors were encountered:
the doc surely has these content, but as a newbie it will still be confused.
i think should add instructions on getting started section as follows:
i think these will make things easier
The text was updated successfully, but these errors were encountered: