HomeSort by relevance Sort by last modified time
    Searched full:g_truth (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
edit_distance_op.cc 175 std::vector<int64> g_truth = truth_i.group(); variable
180 if (g_truth == g_hypothesis) {
181 auto loc = std::inner_product(g_truth.begin(), g_truth.end(),
189 } else if (g_truth > g_hypothesis) { // zero-length truth
198 auto loc = std::inner_product(g_truth.begin(), g_truth.end(),
218 std::vector<int64> g_truth = truth_i.group(); variable
220 auto loc = std::inner_product(g_truth.begin(), g_truth.end()
    [all...]

Completed in 106 milliseconds