HomeSort by relevance Sort by last modified time
    Searched refs:centered (Results 1 - 25 of 33) sorted by null

1 2

  /external/tensorflow/tensorflow/python/training/
rmsprop_test.py 40 # learning_rate, decay, momentum, epsilon, centered, use_resource
60 epsilon, centered):
63 if centered:
73 lr, decay, momentum, epsilon, centered):
83 if centered:
93 epsilon, centered, use_resource) in _TESTPARAMS:
114 centered=centered)
120 self.assertEqual(mg0 is not None, centered)
122 self.assertEqual(mg1 is not None, centered)
    [all...]
rmsprop.py 30 The centered version additionally maintains a moving (discounted) average of the
67 centered=False,
89 centered: If True, gradients are normalized by the estimated variance of
101 self._centered = centered
  /external/tensorflow/tensorflow/core/kernels/
eigen_attention.h 35 * height and width dimension. The centered boolean indicates if incoming
36 * coordinates are centered relative to the image, in which case -1.0 and 1.0
50 const bool normalized, const bool centered,
56 centered_(centered),
101 // Un-center if coordinates are centered on the image center.
240 const bool normalized = true, const bool centered = true,
249 centered, uniform_noise);
  /external/ImageMagick/www/api/
feature.php 176 <p>MeanShiftImage() delineate arbitrarily shaped clusters in the image. For each pixel, it visits all the pixels in the neighborhood specified by the window centered at the pixel and excludes those that are outside the radius=(window-1)/2 surrounding the pixel. From those pixels, it finds those that are within the specified color distance from the current mean, and computes a new x,y centroid from those coordinates and a new mean. This new x,y centroid is used as the center for a new window. This process iterates until it converges and the final mean is replaces the (original window center) pixel value. It repeats this process for the next pixel, etc., until it processes all pixels in the image. Results are typically better with colorspaces other than sRGB. We recommend YIQ, YUV or YCbCr.</p>
morphology.php 238 <dd> Properly centered and odd sized rectangles work the best. </dd>
    [all...]
  /external/python/cpython2/Doc/tools/static/
basic.css 245 div.body p.centered {
  /external/tensorflow/tensorflow/python/ops/
init_ops.py 409 distribution centered on zero, with `stddev = sqrt(scale / n)`
621 It draws samples from a truncated normal distribution centered on 0
  /external/doclava/res/assets/templates-sdk/assets/css/
default.css     [all...]
  /external/e2fsprogs/doc/
texinfo.tex 906 % outputs that line, centered.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 906 % outputs that line, centered.
    [all...]
  /external/error_prone/checkerframework/
dataflow-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/1.8.10/
dataflow-1.8.10.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.1.14/
dataflow-2.1.14.jar 
  /prebuilts/tools/common/m2/repository/org/checkerframework/dataflow/2.2.2/
dataflow-2.2.2.jar 
  /external/libffi/
texinfo.tex 895 % outputs that line, centered.
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 895 % outputs that line, centered.
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex 895 % outputs that line, centered.
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
texinfo.tex 895 % outputs that line, centered.
    [all...]
  /toolchain/binutils/binutils-2.27/texinfo/
texinfo.tex     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 623 // compute the size of the player so it's centered in window
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1349 milliseconds

1 2