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

Method lt_scalar

src/python/lfs/py_tensor.cpp:1001–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

999 }
1000
1001 PyTensor PyTensor::lt_scalar(float scalar) const {
1002 return PyTensor(tensor_.lt(scalar));
1003 }
1004
1005 PyTensor PyTensor::le(const PyTensor& other) const {
1006 return PyTensor(tensor_.le(other.tensor_));

Callers

nothing calls this directly

Calls 2

PyTensorClass · 0.85
ltMethod · 0.80

Tested by

no test coverage detected