MCPcopy 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_splatMethod · 0.45
add_cameraMethod · 0.45
viewportRenderImageHwcFunction · 0.45
toPyViewportRenderFunction · 0.45
renderSplatAssetPreviewFunction · 0.45
_world_space_meansMethod · 0.45

Calls 1

PyTensorClass · 0.85

Tested by

no test coverage detected