Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 674 Bytes

File metadata and controls

28 lines (22 loc) · 674 Bytes

Pt Std

Computes the standard deviation of a PyTorch tensor along the specified dimension(s).

Specify 1 to use Bessel's correction (N-1) for sample standard deviation. Specify 0 to compute population standard deviation.

Specify the dimension(s) in the dim field using an integer, a list, or a tuple, as shown below:

0, [0], or (1, 2)

Input

Name Data type
tens Tensor
correction Int
dim String
keepdim Boolean

Output

Data type
Tensor

Category: PyTorch wrapper - Reduction operation & Summary statistics

ComfyUI Pt Wrapper Node Reference. © 2025 Hide Inada (HowToSD.com). All rights reserved.