Home
last modified time | relevance | path

Searched refs:truth_st (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dctc_decoder_ops_test.py80 for out_st, truth_st, tf_st in zip(output_sparse_tensors, decode_truth,
82 self.assertAllEqual(out_st[0], truth_st[0]) # ix
83 self.assertAllEqual(out_st[1], truth_st[1]) # vals
84 self.assertAllEqual(out_st[2], truth_st[2]) # shape
87 self.assertEqual([None, truth_st[0].shape[1]],
90 self.assertShapeEqual(truth_st[2], tf_st.dense_shape)
Dedit_distance_op_test.py42 truth_st, argument
48 hypothesis=hypothesis_st, truth=truth_st, normalize=normalize)
76 truth_st=sparse_tensor.SparseTensorValue(
89 truth_st=sparse_tensor.SparseTensor(*[ConstantOf(x) for x in truth]),