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

Method std

src/python/lfs/py_tensor.cpp:1095–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093 }
1094
1095 PyTensor PyTensor::std(std::optional<int> dim, bool keepdim) const {
1096 if (dim.has_value()) {
1097 return PyTensor(tensor_.std(*dim, keepdim));
1098 }
1099 return PyTensor(tensor_.std());
1100 }
1101
1102 PyTensor PyTensor::var(std::optional<int> dim, bool keepdim) const {
1103 if (dim.has_value()) {

Callers 10

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

PyTensorClass · 0.85

Tested by 10

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64