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
Hi everyone. I'm new to here. I'm developing a framework about computation offloading, which offloads computation-intensive tasks to remote machines.
I want to write a class decorator, which wrap a class to a new class. It acts like the original class but all computation occurs on a remote machine. For example:
Hi everyone. I'm new to here. I'm developing a framework about computation offloading, which offloads computation-intensive tasks to remote machines.
I want to write a class decorator, which wrap a class to a new class. It acts like the original class but all computation occurs on a remote machine. For example:
So my questions are:
I'm looking forward to your replies.😉
The text was updated successfully, but these errors were encountered: