Caller.__init__#
- Caller.__init__(func, signature)#
Construct remote JIT caller instance.
- Parameters:
func (callable) – Specify a Python function that is used as a template to remotely JIT compiled functions.
signature (Signature) – Specify a collection of signatures.
local (bool) – When True, local process will be interpreted as remote. Useful for debugging.