Home
last modified time | relevance | path

Searched refs:means (Results 1 – 25 of 2368) sorted by relevance

12345678910>>...95

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
DVectorialMean.java35 private final Mean[] means; field in VectorialMean
41 means = new Mean[dimension]; in VectorialMean()
43 means[i] = new Mean(); in VectorialMean()
53 if (v.length != means.length) { in increment()
54 throw new DimensionMismatchException(v.length, means.length); in increment()
57 means[i].increment(v[i]); in increment()
66 double[] result = new double[means.length]; in getResult()
68 result[i] = means[i].getResult(); in getResult()
78 return (means.length == 0) ? 0 : means[0].getN(); in getN()
86 result = prime * result + Arrays.hashCode(means); in hashCode()
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_If.pbtxt9 following rule: if the scalar is a numerical value, non-zero means
10 `True` and zero means False; if the scalar is a string, non-empty
11 means `True` and empty means `False`. If the tensor is not a scalar,
12 being empty means False and being non-empty means True.
Dapi_def_StatelessIf.pbtxt9 following rule: if the scalar is a numerical value, non-zero means
10 `True` and zero means False; if the scalar is a string, non-empty
11 means `True` and empty means `False`. If the tensor is not a scalar,
12 being empty means False and being non-empty means True.
Dapi_def_While.pbtxt18 value, non-zero means True and zero means False; if the scalar is
19 a string, non-empty means True and empty means False. If the
20 tensor is not a scalar, non-emptiness means True and False
Dapi_def_StatelessWhile.pbtxt18 value, non-zero means True and zero means False; if the scalar is
19 a string, non-empty means True and empty means False. If the
20 tensor is not a scalar, non-emptiness means True and False
Dapi_def_InitializeTableFromTextFile.pbtxt49 - A value of -1 means use the line number(starting from zero), expects `int64`.
50 - A value of -2 means use the whole line content, expects `string`.
51 - A value >= 0 means use the index (starting at zero) of the split line based
/external/libaom/libaom/
DPATENTS60 2.1. Affiliate. "Affiliate" means an entity that directly or indirectly
63 2.2. Control. "Control" means direct or indirect control of more than 50% of
67 2.3. Decoder. "Decoder" means any decoder that conforms fully with all
70 2.4. Encoder. "Encoder" means any encoder that produces a bitstream that can
73 2.5. Final Deliverable. "Final Deliverable" means the final version of a
77 2.6. Implementation. "Implementation" means any implementation, including the
82 2.7. License. "License" means this license.
84 2.8. Licensee. "Licensee" means any person or entity who exercises patent
87 2.9. Licensor. "Licensor" means (i) any Licensee that makes, sells, offers
93 2.10. Necessary Claims. "Necessary Claims" means all claims of patents or
[all …]
/external/u-boot/board/tqc/tqma6/
DREADME23 q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D (i.MX6D)
24 dl - means i.MX6DL: TQMa6DL (i.MX6DL)
25 s - means i.MX6S: TQMa6S (i.MX6S)
28 mmc - means eMMC
/external/eigen/unsupported/test/
Dcxx11_tensor_generator.cpp61 array<float, 2> means; in test_gaussian() local
62 means[0] = rows / 2.0f; in test_gaussian()
63 means[1] = cols / 2.0f; in test_gaussian()
67 internal::GaussianGenerator<float, Eigen::DenseIndex, 2> gaussian_gen(means, std_devs); in test_gaussian()
/external/python/cpython3/Doc/library/
Dpipes.rst69 The first letter can be either of ``'-'`` (which means the command reads its
70 standard input), ``'f'`` (which means the commands reads a given file on the
71 command line) or ``'.'`` (which means the commands reads no input, and hence
74 Similarly, the second letter can be either of ``'-'`` (which means the command
75 writes to standard output), ``'f'`` (which means the command writes a file on
76 the command line) or ``'.'`` (which means the command does not write anything,
/external/toolchain-utils/cros_utils/
Dpstat.py270 means = [0] * len(collapsecols)
273 means[i] = cfcn(avgcol)
279 means[i] = [means[i], test]
286 means[i] = means[i] + [len(avgcol)]
288 means[i] = [means[i], len(avgcol)]
289 return means
807 means = N.sum(avgcol) / float(len(avgcol))
812 test = N.array(['N/A'] * len(means))
813 means = aabut(means, test)
818 test = N.array(['N/A'] * len(means))
[all …]
/external/deqp-deps/glslang/Test/
Dhlsl.templatetypes.frag4 vector r00 = float4(1,2,3,4); // vector means float4
5 float4 r01 = vector(2,3,4,5); // vector means float4
31 matrix r50 = float4x4(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
Dremap.hlsl.templatetypes.none.frag4 vector r00 = float4(1,2,3,4); // vector means float4
5 float4 r01 = vector(2,3,4,5); // vector means float4
31 matrix r50 = float4x4(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
Dremap.hlsl.templatetypes.everything.frag4 vector r00 = float4(1,2,3,4); // vector means float4
5 float4 r01 = vector(2,3,4,5); // vector means float4
31 matrix r50 = float4x4(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
32 float4x4 r51 = matrix(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15); // matrix means float4x4
/external/eigen/doc/
DClassHierarchy.dox31 …- Matrix means plain dense matrix. If \c m is a \c %Matrix, then, for instance, \c m+m is no longe…
33 …- MatrixBase means dense matrix expression. This means that a \c %MatrixBase is something that can…
36 …- Array means plain dense array. If \c x is an \c %Array, then, for instance, \c x+x is no longer …
38 …- ArrayBase means dense array expression. This means that an \c %ArrayBase is something that can be
41 …- DenseBase means dense (matrix or array) expression. Both \c %ArrayBase and \c %MatrixBase inherit
51 …- PlainObjectBase means dense (matrix or array) plain object, i.e. something that stores its own d…
58 - DenseCoeffsBase means something that has dense coefficient accessors. It is a base class for
65 …- EigenBase means anything that can be evaluated into a plain dense matrix or array (even if that …
/external/ltp/doc/
Dnommu-notes.txt24 In practical terms, this means you cannot dereference bad pointers directly
101 contiguous blocks becomes unavailable which means requests fail. Even if your
103 which means that allocations larger than that will always fail.
112 No virtual memory means you can't mmap() a file and only have the pages read in
121 for swap partitions. Plus, nommu typically means embedded which means flash
122 based storage which means limited storage space and limited number of times
129 No virtual memory means that applications can't all have their stacks at the
147 No virtual memory means that mappings cannot arbitrarily be extended. Another
159 No virtual memory means files cannot be mmapped in and have writes to it
/external/eigen/
DCOPYING.MPL28 means each individual or legal entity that creates, contributes to
12 means the combination of the Contributions of others (if any) used
16 means Covered Software of a particular Contributor.
19 means Source Code Form to which the initial Contributor has attached
25 means
35 means any form of the work other than Source Code Form.
38 means a work that combines Covered Software with other material, in
42 means this document.
45 means having the right to grant, to the maximum extent possible,
50 means any of the following:
[all …]
DNOTICE8 means each individual or legal entity that creates, contributes to
12 means the combination of the Contributions of others (if any) used
16 means Covered Software of a particular Contributor.
19 means Source Code Form to which the initial Contributor has attached
25 means
35 means any form of the work other than Source Code Form.
38 means a work that combines Covered Software with other material, in
42 means this document.
45 means having the right to grant, to the maximum extent possible,
50 means any of the following:
[all …]
/external/python/cpython2/Doc/library/
Dpipes.rst103 The first letter can be either of ``'-'`` (which means the command reads its
104 standard input), ``'f'`` (which means the commands reads a given file on the
105 command line) or ``'.'`` (which means the commands reads no input, and hence
108 Similarly, the second letter can be either of ``'-'`` (which means the command
109 writes to standard output), ``'f'`` (which means the command writes a file on
110 the command line) or ``'.'`` (which means the command does not write anything,
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dgmm_ops_test.py161 means = sess.run(gmm_tool.clusters())
163 np.expand_dims([[3.0, 3.0], [0.0, 0.0]], 1), means)
177 means = sess.run(gmm_tool.clusters())
179 np.expand_dims([[2.0, 2.0], [-1.0, -1.0]], 1), means, decimal=1)
196 means = sess.run(gmm_tool.clusters())
198 np.expand_dims([[-1.0, -1.0], [1.0, 1.0]], 1), means)
/external/tensorflow/tensorflow/contrib/factorization/g3doc/
Dkmeans.md3 Given a set of input $$x_i$$, K-means clustering finds a set C of cluster
9 The **K-means** algorithm, or **Lloyd's algorithm**, is an iterative approach
12 points assigned to it. It runs full-batch, which means each iteration goes
17 **[Mini-batch K-means](https://www.eecs.tufts.edu/~dsculley/papers/fastkmeans.pdf)**
/external/libkmsxx/
DNOTICE11 means each individual or legal entity that creates, contributes to
15 means the combination of the Contributions of others (if any) used
19 means Covered Software of a particular Contributor.
22 means Source Code Form to which the initial Contributor has attached
28 means
38 means any form of the work other than Source Code Form.
41 means a work that combines Covered Software with other material, in
45 means this document.
48 means having the right to grant, to the maximum extent possible,
53 means any of the following:
[all …]
DLICENSE11 means each individual or legal entity that creates, contributes to
15 means the combination of the Contributions of others (if any) used
19 means Covered Software of a particular Contributor.
22 means Source Code Form to which the initial Contributor has attached
28 means
38 means any form of the work other than Source Code Form.
41 means a work that combines Covered Software with other material, in
45 means this document.
48 means having the right to grant, to the maximum extent possible,
53 means any of the following:
[all …]
/external/u-boot/doc/device-tree-bindings/usb/
Dtegra-usb.txt19 host means this is a host controller
20 peripheral means it is device controller
21 otg means it can operate as either ("on the go")
/external/tensorflow/tensorflow/core/kernels/
Dparameterized_truncated_normal_op_gpu.cu.cc56 const T* means, bool single_mean, const T* stddevs, in TruncatedNormalKernel() argument
93 T mean = means[single_mean ? 0 : batch_id]; in TruncatedNormalKernel()
237 typename TTypes<T>::ConstFlat means, in operator ()()
248 num_elements, means.data(), means.dimension(0) == 1, stddevs.data(), in operator ()()

12345678910>>...95