RayTransform.get_impl

RayTransform.get_impl(self, 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__). If False a new instance of the backend will be generated, freeing up GPU memory and RAM used by the backend.