RayTransform.get_impl¶
- RayTransform.get_impl(use_cache=True)[source]¶
Fetches or instantiates implementation backend for evaluation.
- Parameters:
- booluse_cache
If
True
returns the cached implementation backend, if it was generated in a previous call (or given with__init__
). IfFalse
a new instance of the backend will be generated, freeing up GPU memory and RAM used by the backend.