MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_stdev

Function af_stdev

src/api/c/stdev.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136af_err af_stdev(af_array* out, const af_array in, const dim_t dim) {
137 return af_stdev_v2(out, in, AF_VARIANCE_POPULATION, dim);
138}
139
140af_err af_stdev_v2(af_array* out, const af_array in, const af_var_bias bias,
141 const dim_t dim) {

Callers

nothing calls this directly

Calls 1

af_stdev_v2Function · 0.70

Tested by

no test coverage detected