Home
last modified time | relevance | path

Searched defs:_normalize (Results 1 – 10 of 10) 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.py53 def _normalize(self, vec): member in DirectedInterleaveDatasetTest
/external/llvm-project/clang/utils/analyzer/
DSATestBenchmark.py105 def _normalize(old: pd.DataFrame, function
/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.py62 def __new__(cls, numerator=0, denominator=None, *, _normalize=True): argument
D_pydecimal.py5640 def _normalize(op1, op2, prec = 0): function
/external/python/cpython2/Lib/
Ddecimal.py5466 def _normalize(op1, op2, prec = 0): function
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5842 builtin_builder::_normalize(builtin_available_predicate avail, const glsl_type *type) in _normalize() function in builtin_builder