Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TencentARC/Pixal3D
/ clear_spatial_cache
Method
clear_spatial_cache
pixal3d/modules/sparse/basic.py:767–771 ·
view source on GitHub ↗
Clear all spatial caches.
(self)
Source
from the content-addressed store, hash-verified
765
return
new_tensor
766
767
def
clear_spatial_cache(self) -> None:
768
""
"
769
Clear all spatial caches.
770
""
"
771
self._spatial_cache = {}
772
773
def
register_spatial_cache(self, key, value) -> None:
774
""
"
Callers
1
run_snapshot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected