Home
last modified time | relevance | path

Searched refs:ValidateSparseTensor (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_utils_test.cc356 TF_EXPECT_OK((ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
372 EXPECT_THAT((ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
390 EXPECT_THAT((ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
408 EXPECT_THAT((ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
427 EXPECT_THAT((ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
440 (ValidateSparseTensor<int64_t>(indices, values, shape, in TEST_P()
469 Status indices_valid = ValidateSparseTensor<int64_t>( in TEST_P()
514 Status indices_valid = ValidateSparseTensor<int64_t>( in TEST_P()
563 ::benchmark::DoNotOptimize(ValidateSparseTensor<int64_t>( in BM_ValidateSparseTensor()
H A Dsparse_utils.cc291 Status ValidateSparseTensor(const Tensor& indices, const Tensor& values, in ValidateSparseTensor() function
318 template Status ValidateSparseTensor<TypeIndex>( \
H A Dsparse_utils.h81 Status ValidateSparseTensor(const Tensor& indices, const Tensor& values,
H A Dbincount_op.cc395 OP_REQUIRES_OK(ctx, sparse_utils::ValidateSparseTensor<int64_t>( in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
H A Dmultiplex_3_kernel.cc50 ValidateSparseTensor(cond_indices_tensor, cond_values_tensor, in Compute()
52 OP_REQUIRES_OK(ctx, ValidateSparseTensor(a_indices_tensor, a_values_tensor, in Compute()
54 OP_REQUIRES_OK(ctx, ValidateSparseTensor(b_indices_tensor, b_values_tensor, in Compute()
179 Status ValidateSparseTensor(const ::tensorflow::Tensor& indices_tensor, in ValidateSparseTensor() function in tensorflow::custom_op_examples::MultiplexSparseOp
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns_test.cc1369 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1382 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1396 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1410 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1424 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1437 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1450 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1463 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1476 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1479 TEST(CommonShapeFnsTest, ValidateSparseTensor) { in TEST() argument
[all …]
H A Dcommon_shape_fns.h257 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape,
H A Dcommon_shape_fns.cc2318 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape, in ValidateSparseTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dset_ops.cc110 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anona97893f50202()
157 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anona97893f50302()
159 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anona97893f50302()
H A Dsparse_csr_matrix_ops.cc66 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anona88575120102()
140 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anona88575120302()
H A Darray_ops.cc1063 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon38bbb0e81502()
1065 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon38bbb0e81502()