HomeSort by relevance Sort by last modified time
    Searched defs:normalize (Results 1 - 25 of 801) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
np_utils.py 53 @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.
  /external/llvm/lib/Support/
TimeValue.cpp 26 void TimeValue::normalize() { function in class:llvm::TimeValue
  /external/capstone/suite/
test_mc.py 26 def normalize(text): function in function:run_mc
65 return normalize(lines[1].strip())
191 # normalize register alias names
  /external/swiftshader/third_party/LLVM/lib/Support/
TimeValue.cpp 27 TimeValue::normalize( void ) { function in class:llvm::TimeValue
  /external/toolchain-utils/android_bench_suite/
parse_result.py 11 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))
  /toolchain/benchmark/
parse_result.py 11 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/icu/icu4c/source/common/unicode/
normalizer2.h 199 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,
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
RangeDecoderFromStream.java 35 public void normalize() throws IOException { method in class:RangeDecoderFromStream
  /external/robolectric-shadows/
robotest.sh 51 function normalize-path-list() { function
57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
  /external/skia/src/core/
SkPoint3.cpp 46 bool SkPoint3::normalize() { function in class:SkPoint3
  /external/skqp/src/core/
SkPoint3.cpp 46 bool SkPoint3::normalize() { function in class:SkPoint3
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_reader.py 76 def normalize(image, label): function
117 dataset = dataset.map(normalize)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 66 r.marker_to_input[marker] = append(r.marker_to_input[marker], normalize(input_insn))
69 r.marker_to_expected[marker] = append(r.marker_to_expected[marker], normalize(expected_insn))
79 func normalize(s string) string { func
130 n := normalize(parts[2])
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6_test.go 66 r.marker_to_input[marker] = append(r.marker_to_input[marker], normalize(input_insn))
69 r.marker_to_expected[marker] = append(r.marker_to_expected[marker], normalize(expected_insn))
79 func normalize(s string) string { func
130 n := normalize(parts[2])
  /prebuilts/misc/common/robolectric/3.1.1/
robotest.sh 48 function normalize-path-list() { function
54 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
  /prebuilts/misc/common/robolectric/3.4.2/
robotest.sh 51 function normalize-path-list() { function
57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
  /prebuilts/misc/common/robolectric/3.5.1/
robotest.sh 51 function normalize-path-list() { function
57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
  /prebuilts/misc/common/robolectric/3.6.1/
robotest.sh 51 function normalize-path-list() { function
57 local classpath="$(strip "$(normalize-path-list "${PRIVATE_JARS}")")"
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Hash234.java 84 void normalize(int normalizeOffset) { method in class:Hash234
85 LZEncoder.normalize(hash2Table, normalizeOffset);
86 LZEncoder.normalize(hash3Table, normalizeOffset);
87 LZEncoder.normalize(hash4Table, normalizeOffset);
  /cts/tests/openglperf2/jni/graphics/
Vector2D.cpp 52 void Vector2D::normalize() { function in class:Vector2D
61 normalize();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Key.java 93 private static TypeMirror normalize(Types types, TypeMirror type) { method in class:Key
100 MoreTypes.equivalence().wrap(normalize(types, newType)));
190 TypeMirror returnType = normalize(types, componentMethod.getReturnType());
197 TypeMirror returnType = normalize(types, componentMethod.getReturnType());
211 TypeMirror returnType = normalize(types, resolvedMethod.getReturnType());
220 TypeMirror returnType = normalize(types, executableType.getReturnType());
237 TypeMirror returnType = normalize(types, executableType.getReturnType());
307 MoreTypes.equivalence().wrap(normalize(types, type)));
313 MoreTypes.equivalence().wrap(normalize(types, type)));
319 MoreTypes.equivalence().wrap(normalize(types, type)))
    [all...]
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 25 /// \brief Normalize the spill weight of a live interval
59 NormalizingFn normalize; member in class:llvm::VirtRegAuxInfo
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 78 mRim.normalize();
92 mDelta.normalize();
100 mDelta.normalize();
105 mVelocity.normalize();
120 targetVelocity.normalize();
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
normalize.cc 16 // Normalize the string input.
39 namespace normalize { namespace in namespace:tflite::ops::custom
99 } // namespace normalize
102 static TfLiteRegistration r = {nullptr, nullptr, nullptr, normalize::Eval};
  /libcore/luni/src/test/java/libcore/java/text/
NormalizerTest.java 26 assertEquals(src, Normalizer.normalize(src, Normalizer.Form.NFC));
30 Normalizer.normalize(src, Normalizer.Form.NFD));
33 assertEquals("\u038e\u03ab\u1e61", Normalizer.normalize(src, Normalizer.Form.NFKC));
37 Normalizer.normalize(src, Normalizer.Form.NFKD));
40 assertEquals("\u00e9", Normalizer.normalize("\u0065\u0301", Normalizer.Form.NFC));
43 assertEquals("\u1e69", Normalizer.normalize("\u1e9b\u0323", Normalizer.Form.NFKC));
46 Normalizer.normalize(null, Normalizer.Form.NFC);

Completed in 1399 milliseconds

1 2 3 4 5 6 7 8 91011>>