Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dset_ops.cc110 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anonda6063e60202()
157 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anonda6063e60302()
159 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anonda6063e60302()
Dsparse_csr_matrix_ops.cc66 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon59a9d6c30102()
140 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon59a9d6c30302()
Darray_ops.cc1044 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon42d741191502()
1046 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon42d741191502()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns_test.cc1363 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1376 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1390 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1404 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1418 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST()
1431 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1444 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1457 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1470 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST()
1473 TEST(CommonShapeFnsTest, ValidateSparseTensor) { in TEST() argument
[all …]
Dcommon_shape_fns.h251 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape,
Dcommon_shape_fns.cc2227 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape, in ValidateSparseTensor() function