Searched defs:EditDistance (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-052.md | 3 ### CVE Number 6 ### Impact 42 ### Patches 50 ### For more information 56 ### Attribution
|
/external/clang/lib/AST/ |
D | CommentCommandTraits.cpp | 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); in getTypoCorrectCommandInfo() local
|
D | CommentSema.cpp | 996 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl() local
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 229 unsigned EditDistance; member
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 392 TEST(StringRefTest, EditDistance) { in TEST() argument
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3560 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection() local
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | gtest_unittest.cc | 3547 TEST(EditDistance, TestSuites) { in TEST() argument
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 3539 TEST(EditDistance, TestSuites) { in TEST() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 47448 func EditDistance(scope *Scope, hypothesis_indices tf.Output, hypothesis_values tf.Output, hypothes… func
|