We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Integrated graphics doesn't support double data type.
double
cov supports only double input and output:
cov
dpnp/dpnp/backend/kernels/dpnp_krnl_statistics.cpp
Line 1380 in cfc9b40
max, min, mean, median, var and std supports only double output for integer input:
max
min
mean
median
var
std
Line 1400 in cfc9b40