Searched refs:IndicesValid (Results 1 – 10 of 10) sorted by relevance
192 Status st_indices_valid = st.IndicesValid(); in TEST()204 TF_EXPECT_OK(st.IndicesValid()); in TEST()214 TF_EXPECT_OK(st.IndicesValid()); in TEST()224 TF_EXPECT_OK(st.IndicesValid()); in TEST()238 TF_EXPECT_OK(st.IndicesValid()); in TEST()243 TF_EXPECT_OK(st.IndicesValid()); in TEST()263 TF_EXPECT_OK(st.IndicesValid()); in TEST()265 TF_EXPECT_OK(st.IndicesValid()); in TEST()267 TF_EXPECT_OK(st.IndicesValid()); in TEST()269 TF_EXPECT_OK(st.IndicesValid()); in TEST()[all …]
58 * `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());
278 Status SparseTensor::IndicesValid() const { in IndicesValid() function in tensorflow::sparse::SparseTensor
115 Status IndicesValid() const;
69 if (input_sp.IndicesValid().ok()) { in Compute()
136 OP_REQUIRES_OK(c, st.IndicesValid()); in Compute()
254 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()
146 Status labels_sp_valid = labels_sp.IndicesValid(); in Compute()
382 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()
271 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()