Home
last modified time | relevance | path

Searched defs:moving_mean (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_batchnorm_op.py27 def __init__(self, c, weight, bias, moving_mean, moving_var_init): argument
/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_batchnorm.py36 def get_output(x, weight, bias, moving_mean, moving_var, is_training, enable_graph_kernel=False): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dbatch_norm_cpu_kernel.cc96 auto moving_mean = reinterpret_cast<float *>(inputs[3]->addr); in Launch() local
/third_party/mindspore/tests/st/ops/gpu/
Dtest_batchnorm_op.py28 def __init__(self, c, weight, bias, moving_mean, moving_var_init, use_batch_statistics=None): argument