Home
last modified time | relevance | path

Searched refs:adjust_factor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc872 float adjust_factor = 1.0; in Compute() local
876 adjust_factor = (static_cast<float>(orig_size)) / adjust_size; in Compute()
890 static_cast<U>(adjust_factor) * variance_data[k]; in Compute()
899 static_cast<U>(adjust_factor) * in Compute()