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