MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / std

Function std

python/paddle/tensor/stat.py:308–317  ·  view source on GitHub ↗
(
    x: Tensor,
    axis: int | Sequence[int] | None = None,
    unbiased: bool | None = None,
    keepdim: bool = False,
    name: str | None = None,
    *,
    correction: float = 1,
    out: Tensor | None = None,
)

Source from the content-addressed store, hash-verified

306
307@overload
308def std(
309 x: Tensor,
310 axis: int | Sequence[int] | None = None,
311 unbiased: bool | None = None,
312 keepdim: bool = False,
313 name: str | None = None,
314 *,
315 correction: float = 1,
316 out: Tensor | None = None,
317) -> Tensor: ...
318
319
320@overload

Callers 1

stdMethod · 0.85

Calls 5

in_dynamic_or_pir_modeFunction · 0.90
stdMethod · 0.80
varFunction · 0.70
floatFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected