Home
last modified time | relevance | path

Searched defs:mean_var (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLInstanceNormalizationLayerKernel.cpp159 …nfigure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *mean_var, ICLTensor … in configure()
/external/pytorch/test/distributions/
Dtest_distributions.py3310 def mean_var(lambd, sample): function
/external/libaom/av1/encoder/
Dtx_search.c2505 const float mean_var = var_sum / (blk_idx + 1); in get_blk_var_dev() local