HomeSort by relevance Sort by last modified time
    Searched refs:Normalization (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/contrib/layers/python/layers/
normalization.py 15 """Contains the normalization layer classes and their functional aliases."""
52 """Functional interface for the instance normalization layer.
56 "Instance Normalization: The Missing Ingredient for Fast Stylization"
61 `batch_size`. The normalization is over all but the last dimension if
106 # the moments and the batch normalization.
120 # Allocate parameters for the beta and gamma of the normalization.
155 # Compute instance normalization.
layers.py 41 from tensorflow.python.layers import normalization as normalization_layers
192 """Adds a Batch Normalization layer from http://arxiv.org/abs/1502.03167.
194 "Batch Normalization: Accelerating Deep Network Training by Reducing
216 `batch_size`. The normalization is over all but the last dimension if
294 # Allocate parameters for the beta and gamma of the normalization.
453 """Adds a Batch Normalization layer from http://arxiv.org/abs/1502.03167.
455 "Batch Normalization: Accelerating Deep Network Training by Reducing
461 normalization is over all but the last dimension if `data_format` is `NHWC`
482 `batch_size`. The normalization is over all but the last dimension if
518 then the batch normalization uses weighted mean an
    [all...]
  /external/tensorflow/tensorflow/python/layers/
normalization.py 17 """Contains the normalization layer classes and their functional aliases.
47 """Batch Normalization layer from http://arxiv.org/abs/1502.03167.
49 "Batch Normalization: Accelerating Deep Network Training by Reducing
102 which means batch normalization is performed across the whole batch. When
104 Normalization", which creates virtual sub-batches which are each
663 """Functional interface for the batch normalization layer.
667 "Batch Normalization: Accelerating Deep Network Training by Reducing
    [all...]
  /prebuilts/go/darwin-x86/src/math/
sqrt.go 28 // 1. Normalization
  /prebuilts/go/darwin-x86/src/runtime/
sqrt.go 33 // 1. Normalization
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 19 // The Unicode-defined normalization and equivalence forms are:
21 // NFC Unicode Normalization Form C
22 // NFD Unicode Normalization Form D
23 // NFKC Unicode Normalization Form KC
24 // NFKD Unicode Normalization Form KD
  /prebuilts/go/linux-x86/src/math/
sqrt.go 28 // 1. Normalization
  /prebuilts/go/linux-x86/src/runtime/
sqrt.go 33 // 1. Normalization
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 19 // The Unicode-defined normalization and equivalence forms are:
21 // NFC Unicode Normalization Form C
22 // NFD Unicode Normalization Form D
23 // NFKC Unicode Normalization Form KC
24 // NFKD Unicode Normalization Form KD
  /external/swiftshader/third_party/LLVM/unittests/ADT/
TripleTest.cpp 116 TEST(TripleTest, Normalization) {
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 446 weight normalization article:
449 "Weight Normalization: A Simple Reparameterization to Accelerate
471 # Scalar used in weight normalization
499 weight normalization article:
502 "Weight Normalization: A Simple Reparameterization to Accelerate
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py 119 Layer normalization implementation is based on:
123 "Layer Normalization"
171 layer_norm: If `True`, layer normalization will be applied.
172 norm_gain: float, The layer normalization gain initial value. If
174 norm_shift: float, The layer normalization shift initial value. If
273 # Apply layer normalization
292 # Apply layer normalization
    [all...]
  /external/llvm/unittests/ADT/
TripleTest.cpp 265 TEST(TripleTest, Normalization) {
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 69 // normalization algorithms:
    [all...]

Completed in 2039 milliseconds