MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / BM_EditDistanceSame

Function BM_EditDistanceSame

tensorflow/core/lib/gtl/edit_distance_test.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static void BM_EditDistanceSame(int n, int len) {
134 BM_EditDistanceHelper(n, len, false);
135}
136static void BM_EditDistanceDiff(int n, int len) {
137 BM_EditDistanceHelper(n, len, true);
138}

Callers

nothing calls this directly

Calls 1

BM_EditDistanceHelperFunction · 0.85

Tested by

no test coverage detected