Searched defs:normalize (Results 1 - 25 of 213) sorted by relevance

123456789

/external/llvm/lib/Support/
H A DTimeValue.cpp26 void TimeValue::normalize() { function in class:llvm::TimeValue
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimeValue.cpp27 TimeValue::normalize( void ) { function in class:llvm::TimeValue
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A Dnp_utils.py53 @tf_export('keras.utils.normalize')
54 def normalize(x, axis=-1, order=2): function
58 x: Numpy array to normalize.
59 axis: axis along which to normalize.
H A D__init__.py34 from tensorflow.python.keras._impl.keras.utils.np_utils import normalize namespace
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
H A DRangeDecoderFromStream.java35 public void normalize() throws IOException { method in class:RangeDecoderFromStream
H A DRangeDecoder.java20 public abstract void normalize() throws IOException; method in class:RangeDecoder
23 normalize();
73 normalize();
H A DRangeDecoderFromBuffer.java52 public void normalize() throws IOException { method in class:RangeDecoderFromBuffer
/external/robolectric-shadows/
H A Drobotest.sh51 function normalize-path-list() { function
57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
/external/toolchain-utils/android_bench_suite/
H A Dparse_result.py11 def normalize(bench, dict_list): function
35 return normalize(bench, [result_dict])
53 return normalize(bench, [result_dict])
72 return normalize(bench, [result_dict])
94 return normalize(bench, [result_dict])
107 return normalize(bench, [result_dict])
114 return normalize(bench, _TransformBenchmarks(obj))
/external/capstone/suite/
H A Dtest_mc.py26 def normalize(text): function in function:run_mc
65 return normalize(lines[1].strip())
191 # normalize register alias names
/external/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h199 normalize(const UnicodeString &src, UErrorCode &errorCode) const { function in class:Normalizer2
201 normalize(src, result, errorCode);
218 normalize(const UnicodeString &src,
536 normalize(const UnicodeString &src,
750 normalize(const UnicodeString &src,
/external/skia/src/core/
H A DSkPoint3.cpp46 bool SkPoint3::normalize() { function in class:SkPoint3
/external/skqp/src/core/
H A DSkPoint3.cpp46 bool SkPoint3::normalize() { function in class:SkPoint3
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dnormalize.cc39 namespace normalize { namespace in namespace:tflite::ops::custom
99 } // namespace normalize
102 static TfLiteRegistration r = {nullptr, nullptr, nullptr, normalize::Eval};
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DDataReadWriteTest.java31 private String normalize(String str) { method in class:DataReadWriteTest
57 assertEquals(null, "<Test></Test>", normalize(str));
73 assertEquals(null, "<x>true</x><y>false</y>", normalize(str));
107 assertEquals("" + j, target, normalize(str));
129 assertEquals(null, "<x>a</x><y>b</y>", normalize(str));
163 assertEquals("" + j, target, normalize(str));
187 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str));
222 assertEquals("" + j, target, normalize(str));
247 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>"
248 + t + "</x>", normalize(st
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DDataReadWriteTest.java28 private String normalize(String str) { method in class:DataReadWriteTest
54 assertEquals(null, "<Test></Test>", normalize(str));
70 assertEquals(null, "<x>true</x><y>false</y>", normalize(str));
104 assertEquals("" + j, target, normalize(str));
126 assertEquals(null, "<x>a</x><y>b</y>", normalize(str));
160 assertEquals("" + j, target, normalize(str));
184 assertEquals(null, "<x>zero</x><y>one</y>", normalize(str));
219 assertEquals("" + j, target, normalize(str));
244 assertEquals("\n'" + normalize(str) + "' = \n'<x>" + t + "</x>", "<x>"
245 + t + "</x>", normalize(st
[all...]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
H A DReportOutputFolder.java70 final String normalizedName = normalize(name);
91 return output.createFile(path + normalize(name));
107 return this.path.substring(base.path.length()) + normalize(name);
122 private String normalize(final String name) { method in class:ReportOutputFolder
/external/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/external/python/cpython2/Lib/test/
H A Dtest_normalization.py7 from unicodedata import normalize, unidata_version namespace
20 return normalize("NFC", str)
23 return normalize("NFKC", str)
26 return normalize("NFD", str)
29 return normalize("NFKD", str)
95 normalize('NFC', u'\ud55c\uae00')
/external/python/cpython3/Lib/test/
H A Dtest_normalization.py6 from unicodedata import normalize, unidata_version namespace
19 return normalize("NFC", str)
22 return normalize("NFKC", str)
25 return normalize("NFD", str)
28 return normalize("NFKD", str)
96 normalize('NFC', '\ud55c\uae00')
/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
H A D__init__.py33 from tensorflow.python.keras._impl.keras.utils.np_utils import normalize namespace
/external/tensorflow/tensorflow/examples/how_tos/reading_data/
H A Dfully_connected_reader.py76 def normalize(image, label): function
117 dataset = dataset.map(normalize)
/external/tensorflow/tensorflow/python/keras/utils/
H A D__init__.py33 from tensorflow.python.keras._impl.keras.utils.np_utils import normalize namespace
/external/eigen/Eigen/src/Core/
H A DDot.h117 * \sa norm(), normalize()
142 inline void MatrixBase<Derived>::normalize() function in class:Eigen::MatrixBase
180 * This method is analogue to the normalize() method, but it reduces the risk of
185 * \sa stableNorm(), stableNormalized(), normalize()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java59 public StringBuffer normalize(String source, StringBuffer target) { method in class:UnicodeNormalizer
78 public String normalize(String source) { method in class:UnicodeNormalizer
79 return normalize(source, new StringBuffer()).toString();

Completed in 818 milliseconds

123456789