Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_apply_multi_transform
Method · 0.80
_draw_drag_drop_overlay
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
test_sin
Method · 0.80
Calls
1
PyTensor
Class · 0.85
Tested by
4
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
test_sin
Method · 0.64