MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / sin

Method sin

src/python/lfs/py_tensor.cpp:815–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813 }
814
815 PyTensor PyTensor::sin() const {
816 return PyTensor(tensor_.sin());
817 }
818
819 PyTensor PyTensor::cos() const {
820 return PyTensor(tensor_.cos());

Callers 6

_draw_drag_drop_overlayFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
test_sinMethod · 0.80

Calls 1

PyTensorClass · 0.85

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
test_sinMethod · 0.64