Home
last modified time | relevance | path

Searched defs:hypothesis (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dedit_distance_op_test.py55 hypothesis, argument
/external/gemmlowp/standalone/
Dcache_counters.cc365 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
376 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
384 for (const Hypothesis* hypothesis : hypotheses) { in Study() local
/external/tensorflow/tensorflow/core/kernels/
Dedit_distance_op.cc148 sparse::SparseTensor hypothesis; in Compute() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py3840 def edit_distance(hypothesis, truth, normalize=True, name="edit_distance"): argument