/external/icu/icu4c/source/tools/gennorm2/ |
D | norms.cpp | 73 norms=allocNorm(); in Norms() 74 norms->type=Norm::INERT; in Norms() 81 delete norms[i].mapping; in ~Norms() 82 delete norms[i].rawMapping; in ~Norms() 83 delete norms[i].compositions; in ~Norms() 90 norms=(Norm *)utm_getStart(normMem); // in case it got reallocated in allocNorm() 99 return norms+i; in getNorm() 107 return norms+i; in getNorm() 111 return norms[umutablecptrie_get(normTrie, c)]; in getNormRef() 117 return norms+i; in createNorm() [all …]
|
D | n2builder.cpp | 96 norms(errorCode), in Normalizer2DataBuilder() 151 norms.createNorm(c)->cc=cc; in setCC() 152 norms.ccSet.add(c); in setCC() 169 Norm *p=checkNormForMapping(norms.createNorm(c), c); in setOneWayMapping() 173 norms.mappingSet.add(c); in setOneWayMapping() 199 Norm *p=checkNormForMapping(norms.createNorm(c), c); in setRoundTripMapping() 203 norms.mappingSet.add(c); in setRoundTripMapping() 208 Norm *p=checkNormForMapping(norms.createNorm(c), c); in removeMapping() 210 norms.mappingSet.add(c); in removeMapping() 232 if(lastStarterIndex==0 && norms.combinesBack(starter)) { in mappingHasCompBoundaryAfter() [all …]
|
D | norms.h | 152 const Norm &getNormRefByIndex(int32_t i) const { return norms[i]; } in getNormRefByIndex() 153 Norm &getNormRefByIndex(int32_t i) { return norms[i]; } in getNormRefByIndex() 175 Enumerator(Norms &n) : norms(n) {} in Enumerator() 180 Norms &norms; 193 Norm *norms; variable
|
D | extradata.cpp | 115 norms.getNormRef(norm.mappingCP).type<Norm::NO_NO_COMP_YES) { in setNoNoDelta() 140 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
|
D | Makefile.in | 30 OBJECTS = gennorm2.o n2builder.o extradata.o norms.o
|
D | n2builder.h | 102 Norms norms; variable
|
/external/tensorflow/tensorflow/python/keras/ |
D | constraints.py | 69 norms = K.sqrt( 71 desired = K.clip(norms, 0, self.max_value) 72 return w * (desired / (K.epsilon() + norms)) 155 norms = K.sqrt( 158 self.rate * K.clip(norms, self.min_value, self.max_value) + 159 (1 - self.rate) * norms) 160 return w * (desired / (K.epsilon() + norms))
|
/external/tensorflow/tensorflow/python/training/ |
D | warm_starting_util_test.py | 38 norms = init_ops.truncated_normal_initializer variable 567 "linear_model/sc_hash/weights", shape=[15, 1], initializer=norms()) 725 initializer=norms()) 774 "linear_model/sc_hash/weights", shape=[15, 1], initializer=norms()) 782 initializer=norms()) 861 "linear_model/sc_hash/weights", shape=[15, 1], initializer=norms()) 929 "linear_model/sc_hash/weights", shape=[15, 1], initializer=norms()) 988 "linear_model/sc_hash/weights", shape=[15, 1], initializer=norms())
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | self_adjoint_eig.cc | 231 auto norms = ComputeFrobeniusNorms(values[2]).ValueOrDie(); in WhileLoopFn() local 232 auto tol = norms.total_norm * values[3]; in WhileLoopFn() 233 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
|
D | svd.cc | 610 auto norms = ComputeFrobeniusNorms(values[3]).ValueOrDie(); in WhileLoopFn() local 611 auto tol = norms.total_norm * values[4]; in WhileLoopFn() 612 auto tol_cond = ReduceAll(Lt(tol, norms.off_diagonal_norm), in WhileLoopFn()
|
/external/tensorflow/tensorflow/contrib/factorization/g3doc/ |
D | wals.md | 67 $$V$$, so we can use the trace of the individual Gramians to compute the norms.
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.h | 151 void init(const SkTDArray<SkVector>& norms, const SkTDArray<SkVector>& bisectors);
|
D | GrAAConvexTessellator.cpp | 838 void GrAAConvexTessellator::Ring::init(const SkTDArray<SkVector>& norms, in init() argument 841 fPts[i].fNorm = norms[i]; in init()
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexTessellator.h | 151 void init(const SkTDArray<SkVector>& norms, const SkTDArray<SkVector>& bisectors);
|
D | GrAAConvexTessellator.cpp | 838 void GrAAConvexTessellator::Ring::init(const SkTDArray<SkVector>& norms, in init() argument 841 fPts[i].fNorm = norms[i]; in init()
|
/external/eigen/doc/ |
D | TutorialReductionsVisitorsBroadcasting.dox | 35 If you want other coefficient-wise \f$\ell^p\f$ norms, use the \link MatrixBase::lpNorm lpNorm<p>()… 48 …orm <a href="https://en.wikipedia.org/wiki/Operator_norm">matrix operator norms</a> can easily be …
|
D | AsciiQuickReference.txt | 168 // Dot products, norms, etc.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | embedding_ops_test.py | 287 norms = math_ops.sqrt( 289 normalized = embeddings / array_ops.stack([norms, norms], axis=1)
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 49 * implementation, such as most linear algebra (vectors, matrices, stable norms).
|
/external/python/dateutil/ |
D | CONTRIBUTING.md | 3 … This is a fairly small, low-traffic project, so most of the contribution norms (coding style, acc…
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ReportingGuide.rst | 33 intended to discourage this self enforcement of community norms. Instead,
|
/external/llvm/docs/ |
D | ReportingGuide.rst | 33 intended to discourage this self enforcement of community norms. Instead,
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 85 /* This table contains the norms of the 5-3 wavelets for different bands. */
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers_test.py | 3833 norms = math_ops.sqrt( 3841 actual = norms.eval() 3869 norms = math_ops.sqrt( 3873 actual = norms.eval({image: placeholder_value})
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|