MCPcopy
hub / github.com/nerfstudio-project/gsplat / _make_lazy_cuda_func

Function _make_lazy_cuda_func

gsplat/cuda/_wrapper.py:12–19  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

10
11
12def _make_lazy_cuda_func(name: str) -> Callable:
13 def call_cuda(*args, **kwargs):
14 # pylint: disable=import-outside-toplevel
15 from ._backend import _C
16
17 return getattr(_C, name)(*args, **kwargs)
18
19 return call_cuda
20
21
22def _make_lazy_cuda_obj(name: str) -> Any:

Callers 15

compute_relocationFunction · 0.85
adamFunction · 0.85
isect_tilesFunction · 0.85
isect_offset_encodeFunction · 0.85
forwardMethod · 0.85
backwardMethod · 0.85
forwardMethod · 0.85
backwardMethod · 0.85
forwardMethod · 0.85
backwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…