Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ clone
Method
clone
src/python/lfs/py_tensor.cpp:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
PyTensor PyTensor::clone() const {
230
return PyTensor(tensor_.clone());
231
}
232
233
PyTensor PyTensor::cpu() const {
234
validate();
Callers
7
add_splat
Method · 0.45
add_camera
Method · 0.45
viewportRenderImageHwc
Function · 0.45
toPyViewportRender
Function · 0.45
renderSplatAssetPreview
Function · 0.45
renderPointCloudAssetPreview
Function · 0.45
_world_space_means
Method · 0.45
Calls
1
PyTensor
Class · 0.85
Tested by
no test coverage detected