Searched defs:scale_after_normalization (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | nn_batchnorm_test.py | 41 scale_after_normalization, shift_after_normalization): argument 47 scale_after_normalization, shift_after_normalization): argument 54 scale_after_normalization): argument 61 scale_after_normalization): argument 67 scale_after_normalization, shift_after_normalization): argument 121 scale_after_normalization, argument
|
D | nn_impl.py | 1268 scale_after_normalization=None, argument 1316 scale_after_normalization, argument
|
/external/tensorflow/tensorflow/python/tools/ |
D | optimize_for_inference_lib.py | 198 def scale_after_normalization(node): function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_batch_norm_op.cc | 37 float variance_epsilon, bool scale_after_normalization, in ReferenceBatchNorm() 100 float variance_epsilon, bool scale_after_normalization, in FixedPointBatchNorm()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_old_batch_norms.cc | 57 const bool scale_after_normalization = in GetScaleAndOffsetValues() local
|