HomeSort by relevance Sort by last modified time
    Searched refs:edit_distance (Results 1 - 25 of 45) sorted by null

1 2

  /external/tensorflow/tensorflow/python/kernel_tests/
edit_distance_op_test.py 47 edit_distance = array_ops.edit_distance(
51 self.assertEqual(edit_distance.get_shape(), expected_shape)
52 output = edit_distance.eval()
56 edit_distance.eval()
  /external/clang/lib/AST/
CommentCommandTraits.cpp 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringRef.h 166 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /external/swiftshader/third_party/LLVM/lib/Support/
StringRef.cpp 78 unsigned StringRef::edit_distance(llvm::StringRef Other,
  /external/llvm/include/llvm/ADT/
StringRef.h 200 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /external/llvm/lib/Support/
StringRef.cpp 13 #include "llvm/ADT/edit_distance.h"
104 unsigned StringRef::edit_distance(llvm::StringRef Other,
  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringRefTest.cpp 278 EXPECT_EQ(2U, Str.edit_distance("hill"));
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 580 unsigned Distance = O.getName().edit_distance(Group, true, BestDistance);
  /external/clang/lib/Lex/
PPLexerChange.cpp 326 const unsigned ED = ControllingMacroName.edit_distance(
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 362 return BufferPrefix.edit_distance(ExampleString);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringRef.h 220 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringRef.cpp 13 #include "llvm/ADT/edit_distance.h"
109 unsigned StringRef::edit_distance(llvm::StringRef Other,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringRef.h 220 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringRef.h 220 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringRef.h 223 unsigned edit_distance(StringRef Other, bool AllowReplacements = true,

Completed in 2320 milliseconds

1 2