Home
last modified time | relevance | path

Searched defs:_normalize (Results 1 – 11 of 11) sorted by relevance

/external/googletest/googletest/test/
Dgtest_json_test_utils.py45 def _normalize(key, value): function
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddirected_interleave_dataset_test.py49 def _normalize(self, vec): member in DirectedInterleaveDatasetTest
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dbatch_normalization.py225 def _normalize(self, y): member in BatchNormalization
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dmultinomial_op_test.py146 def _normalize(self, vec): member in MultinomialTest
/external/icu/icu4c/source/common/
Dunormcmp.cpp532 UBool _normalize(const Normalizer2 *n2, const UChar *s, int32_t length, in _normalize() function
/external/python/cpython3/Lib/email/
Dheader.py393 def _normalize(self): member in Header
/external/python/cpython3/Lib/
Dfractions.py84 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): argument
D_pydecimal.py5638 def _normalize(op1, op2, prec = 0): function
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py2908 def _normalize(self, weight, name): member in WeightNormLSTMCell
/external/python/cpython2/Lib/
Ddecimal.py5466 def _normalize(op1, op2, prec = 0): function
/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