Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ mm
Method
mm
src/python/lfs/py_tensor.cpp:1288–1290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1286
}
1287
1288
PyTensor PyTensor::mm(const PyTensor& other) const {
1289
return PyTensor(tensor_.mm(other.tensor_));
1290
}
1291
1292
PyTensor PyTensor::bmm(const PyTensor& other) const {
1293
return PyTensor(tensor_.bmm(other.tensor_));
Callers
8
transforms.cpp
File · 0.45
transform_position_tensor
Function · 0.45
transform_direction_tensor
Function · 0.45
handleCropActivePly
Method · 0.45
handleCropByEllipsoid
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
1
PyTensor
Class · 0.85
Tested by
3
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36