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.
1 parent 752f6a7 commit e254036Copy full SHA for e254036
kernels/portable/cpu/util/normalization_ops_util.cpp
@@ -38,7 +38,7 @@ bool check_batch_norm_args(
38
ET_LOG_AND_RETURN_IF_FALSE(
39
tensors_have_same_dtype(in, running_mean.value()));
40
}
41
- if (running_mean.has_value()) {
+ if (running_var.has_value()) {
42
43
tensors_have_same_dtype(in, running_var.value()));
44
0 commit comments