Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor_test.cc192 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 …]
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.cc278 Status SparseTensor::IndicesValid() const { in IndicesValid() function in tensorflow::sparse::SparseTensor
Dsparse_tensor.h115 Status IndicesValid() const;
/external/tensorflow/tensorflow/core/kernels/
Dsparse_reorder_op.cc69 if (input_sp.IndicesValid().ok()) { in Compute()
Dsparse_to_dense_op.cc136 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.cc146 Status labels_sp_valid = labels_sp.IndicesValid(); in Compute()
Dserialize_sparse_op.cc382 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()
Dsparse_tensors_map_ops.cc271 OP_REQUIRES_OK(context, input_st.IndicesValid()); in Compute()