Home
last modified time | relevance | path

Searched refs:_normalize (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/
Dfractions.py84 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): argument
179 if _normalize:
462 _normalize=False)
466 _normalize=False)
470 _normalize=False)
494 return Fraction(a._numerator, a._denominator, _normalize=False)
498 return Fraction(-a._numerator, a._denominator, _normalize=False)
502 return Fraction(abs(a._numerator), a._denominator, _normalize=False)
D_pydecimal.py1204 op1, op2 = _normalize(op1, op2, context.prec)
5638 def _normalize(op1, op2, prec = 0): function
/external/icu/icu4c/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
613 if(_normalize(&fn2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
617 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
622 if(_normalize(n2, s1, length1, fcd1, pErrorCode)) { in unorm_compare()
626 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) { in unorm_compare()
/external/googletest/googletest/test/
Dgtest_json_test_utils.py45 def _normalize(key, value): function
56 return {k: _normalize(k, v) for k, v in obj.items()}
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dmultinomial_op_test.py114 rand_probs = self._normalize(np.random.random_sample((10,)))
115 rand_probs2 = self._normalize(np.random.random_sample((3, 5))) # batched
146 def _normalize(self, vec): member in MultinomialTest
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddirected_interleave_dataset_test.py49 def _normalize(self, vec): member in DirectedInterleaveDatasetTest
80 rand_probs = self._normalize(np.random.random_sample((15,)))
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dbatch_normalization.py225 def _normalize(self, y): member in BatchNormalization
245 return self._normalize(y)
/external/python/cpython3/Lib/email/
Dheader.py229 self._normalize()
346 self._normalize()
393 def _normalize(self): member in Header
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dattention_wrapper.py968 self._normalize = normalize
990 if not self._normalize:
1433 self._normalize = normalize
1457 if not self._normalize:
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py2908 def _normalize(self, weight, name): member in WeightNormLSTMCell
2980 self._normalize(weights[st:en, :], name="norm_{}".format(i)))
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1151 Make ``_normalize`` parameter to ``Fraction`` constuctor keyword-only, so
/external/python/cpython2/Lib/
Ddecimal.py1175 op1, op2 = _normalize(op1, op2, context.prec)
5466 def _normalize(op1, op2, prec = 0): function
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2686_normalize(a),this._suggest(a),this._trigger("open")):this.close()},close:function(a){clearTimeout…
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp4485 builtin_builder::_normalize(builtin_available_predicate avail, const glsl_type *type) in _normalize() function in builtin_builder