Home
last modified time | relevance | path

Searched refs:IndicesValid (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor_test.cc192 Status st_indices_valid = st.IndicesValid(); in TEST()
200 TF_EXPECT_OK(st.IndicesValid()); in TEST()
210 TF_EXPECT_OK(st.IndicesValid()); in TEST()
220 TF_EXPECT_OK(st.IndicesValid()); in TEST()
234 TF_EXPECT_OK(st.IndicesValid()); in TEST()
239 TF_EXPECT_OK(st.IndicesValid()); in TEST()
259 TF_EXPECT_OK(st.IndicesValid()); in TEST()
261 TF_EXPECT_OK(st.IndicesValid()); in TEST()
263 TF_EXPECT_OK(st.IndicesValid()); in TEST()
265 TF_EXPECT_OK(st.IndicesValid()); in TEST()
[all …]
DREADME.md58 * `IndicesValid()` will **raise an assertion failure**
64 The method `IndicesValid()` checks to make sure:
132 ASSERT(sp.IndicesValid()); // checks ordering & index bounds.
222 EXPECT_TRUE(conc2.IndicesValid());
Dsparse_tensor.h166 Status IndicesValid() const { in IndicesValid() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reorder_op.cc68 if (input_sp.IndicesValid().ok()) { in Compute()
Dsparse_to_dense_op.cc128 OP_REQUIRES_OK(c, st.IndicesValid()); in Compute()
Dset_kernels.cc254 OP_REQUIRES_OK(ctx, set_st.IndicesValid()); in Compute()
487 OP_REQUIRES_OK(ctx, set2_st.IndicesValid()); in ComputeDenseToSparse()
602 OP_REQUIRES_OK(ctx, set1_st.IndicesValid()); in ComputeSparseToSparse()
Dctc_loss_op.cc108 Status labels_sp_valid = labels_sp.IndicesValid(); in Compute()
Dserialize_sparse_op.cc204 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()
Dsparse_tensors_map_ops.cc270 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()