HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 126 - 150 of 801) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/python/ops/
init_ops.py 267 """Initializer that generates tensors with a normal distribution.
304 """Initializer that generates a truncated normal distribution.
408 With `distribution="normal"`, samples are drawn from a truncated normal
421 distribution: Random distribution to use. One of "normal", "uniform".
435 distribution="normal",
443 if distribution not in {"normal", "uniform"}:
465 if self.distribution == "normal":
619 """The Glorot normal initializer, also called Xavier normal initializer
    [all...]
  /external/boringssl/src/crypto/fipsmodule/md5/asm/
md5-586.pl 3 # Normal is the
5 # version, non-normal is the
8 $normal=0;
164 &add($K,64) if $pos >=1 && !$normal;
202 &set_label("start") unless $normal;
296 &mov($tmp1,&swtmp(0)) unless $normal;
301 &cmp($tmp1,$X) unless $normal; # check count
302 &jae(&label("start")) unless $normal;
  /external/tensorflow/tensorflow/python/kernel_tests/
batch_matmul_op_test.py 100 vals = np.array(np.random.normal(-10, 10, np.prod(shape)), dtype=dtype)
102 imag = np.array(np.random.normal(-10, 10, np.prod(shape)), dtype=dtype)
178 x = np.random.normal(0, 1, b * n * k).astype(dtype).reshape([b, n, k])
180 x.imag = np.random.normal(0, 1,
182 y = np.random.normal(0, 1, b * k * m).astype(dtype).reshape([b, k, m])
184 y.imag = np.random.normal(0, 1,
  /compatibility/cdd/2_device-types/
2_6_tablet-reqs.md 25 The screen densities listed for small/normal screens in the handheld
  /compatibility/cdd/9_security-model/
9_13_safe-mode.md 25 boot menu using a workflow that is different from that of a normal boot.
  /cts/tests/systemAppTest/test/
Android.mk 15 # This module will not be built in normal CTS build
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
ReadDr4.asm 41 ; under normal circustances. Here opcode is used.
ReadDr5.asm 41 ; under normal circustances. Here opcode is used.
WriteDr4.asm 42 ; under normal circustances. Here opcode is used.
WriteDr5.asm 42 ; under normal circustances. Here opcode is used.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.asm 25 ; that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ReadDr4.asm 41 ; under normal circustances. Here opcode is used.
ReadDr5.asm 41 ; under normal circustances. Here opcode is used.
WriteDr4.asm 42 ; under normal circustances. Here opcode is used.
WriteDr5.asm 42 ; under normal circustances. Here opcode is used.
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 180 // normal array
375 var normal = [ ];
411 // normal
416 // normal
417 normal.push(parseFloat(array[1]));
418 normal.push(parseFloat(array[2]));
419 normal.push(parseFloat(array[3]));
476 if (nor * 3 + 2 < normal.length) {
477 x = normal[nor*3];
478 y = normal[nor*3+1]
    [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
QuickDraw.py 5 normal = 0 variable
182 normal = 0 variable
  /external/replicaisland/src/com/replica/replicaisland/
GameObject.java 204 public final void setBackgroundCollisionNormal(Vector2 normal) {
205 mBackgroundCollisionNormal.set(normal);
  /external/skia/tests/
TextBlobCacheTest.cpp 48 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal,
95 if (normal) {
  /external/skqp/tests/
TextBlobCacheTest.cpp 48 int maxTotalText, int maxGlyphID, int maxFamilies, bool normal,
95 if (normal) {
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 51 #define NORMALHLITE 0x1F // Normal Highlight attribute
230 void set_normal_attr(uchar normal, uchar selected, uchar inactivenormal,
233 void set_normal_hlite(uchar normal, uchar selected, uchar inactivenormal,
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
sinh_arcsinh.py 26 from tensorflow.python.ops.distributions import normal
41 The `SinhArcsinh` transformation of the Normal is described in great depth in
44 and `skewness`. Additionally we allow for distributions other than Normal,
118 Default is `tf.distributions.Normal(0., 1.)`.
157 distribution = normal.Normal(
211 """Controls the tail decay. `tailweight > 1` means faster than Normal."""
vector_sinh_arcsinh_diag.py 26 from tensorflow.python.ops.distributions import normal
41 The `SinhArcsinh` transformation of the Normal is described in great depth in
44 and `skewness`. Additionally we allow for distributions other than Normal,
146 `tf.distributions.Normal(loc=0., scale=1.)`.
202 distribution = normal.Normal(
259 """Controls the tail decay. `tailweight > 1` means faster than Normal."""
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
QuickDraw.py 5 normal = 0 variable
182 normal = 0 variable
  /prebuilts/go/darwin-x86/src/runtime/cgo/
mmap.go 15 // C/C++ code; this permits that code to see the Go code as normal

Completed in 1107 milliseconds

1 2 3 4 56 7 8 91011>>