MCPcopy 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.cppFile · 0.45
handleCropActivePlyMethod · 0.45
handleCropByEllipsoidMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

PyTensorClass · 0.85

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36