Home
last modified time | relevance | path

Searched refs:norms (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/tools/gennorm2/
Dnorms.cpp73 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 …]
Dn2builder.cpp96 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 …]
Dnorms.h152 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
Dextradata.cpp115 norms.getNormRef(norm.mappingCP).type<Norm::NO_NO_COMP_YES) { in setNoNoDelta()
140 if(norms.getNormRef(pair.composite).compositions!=NULL) { in writeCompositions()
DMakefile.in30 OBJECTS = gennorm2.o n2builder.o extradata.o norms.o
Dn2builder.h102 Norms norms; variable
/external/tensorflow/tensorflow/python/keras/
Dconstraints.py69 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/
Dwarm_starting_util_test.py38 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/
Dself_adjoint_eig.cc231 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()
Dsvd.cc610 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/
Dwals.md67 $$V$$, so we can use the trace of the individual Gramians to compute the norms.
/external/skia/src/gpu/ops/
DGrAAConvexTessellator.h151 void init(const SkTDArray<SkVector>& norms, const SkTDArray<SkVector>& bisectors);
DGrAAConvexTessellator.cpp838 void GrAAConvexTessellator::Ring::init(const SkTDArray<SkVector>& norms, in init() argument
841 fPts[i].fNorm = norms[i]; in init()
/external/skqp/src/gpu/ops/
DGrAAConvexTessellator.h151 void init(const SkTDArray<SkVector>& norms, const SkTDArray<SkVector>& bisectors);
DGrAAConvexTessellator.cpp838 void GrAAConvexTessellator::Ring::init(const SkTDArray<SkVector>& norms, in init() argument
841 fPts[i].fNorm = norms[i]; in init()
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox35 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 …
DAsciiQuickReference.txt168 // Dot products, norms, etc.
/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py287 norms = math_ops.sqrt(
289 normalized = embeddings / array_ops.stack([norms, norms], axis=1)
/external/eigen/unsupported/Eigen/
DNonLinearOptimization49 * implementation, such as most linear algebra (vectors, matrices, stable norms).
/external/python/dateutil/
DCONTRIBUTING.md3 … 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/
DReportingGuide.rst33 intended to discourage this self enforcement of community norms. Instead,
/external/llvm/docs/
DReportingGuide.rst33 intended to discourage this self enforcement of community norms. Instead,
/external/pdfium/third_party/libopenjpeg20/
D0003-dwt-decode.patch85 /* This table contains the norms of the 5-3 wavelets for different bands. */
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dlayers_test.py3833 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/
Denglish.gz

12