MCPcopy 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_FFunction · 0.80
TEST_FFunction · 0.80
test_tanhMethod · 0.80

Calls 1

PyTensorClass · 0.85

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
test_tanhMethod · 0.64