Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ tanh
Method
tanh
src/python/lfs/py_tensor.cpp:827–829 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
825
}
826
827
PyTensor PyTensor::tanh() const {
828
return PyTensor(tensor_.tanh());
829
}
830
831
PyTensor PyTensor::floor() const {
832
return PyTensor(tensor_.floor());
Callers
3
TEST_F
Function · 0.80
TEST_F
Function · 0.80
test_tanh
Method · 0.80
Calls
1
PyTensor
Class · 0.85
Tested by
3
TEST_F
Function · 0.64
TEST_F
Function · 0.64
test_tanh
Method · 0.64