OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decode_truth
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
ctc_decoder_ops_test.py
53
decode_truth
,
77
self.assertEqual(len(output_sparse_tensors), len(
decode_truth
))
80
for out_st, truth_st, tf_st in zip(output_sparse_tensors,
decode_truth
,
146
#
decode_truth
: one SparseTensor (ix, vals, shape)
147
decode_truth
= [
173
log_prob_truth,
decode_truth
)
214
#
decode_truth
: two SparseTensors, (ix, values, shape)
215
decode_truth
= [
234
decode_truth
,
247
decode_truth
,
[
all
...]
/external/tensorflow/tensorflow/python/keras/
backend_test.py
[
all
...]
Completed in 43 milliseconds