Searched refs:ValidateSparseTensor (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | set_ops.cc | 110 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()
|
D | sparse_csr_matrix_ops.cc | 66 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon59a9d6c30102() 140 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon59a9d6c30302()
|
D | array_ops.cc | 1044 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon42d741191502() 1046 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon42d741191502()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns_test.cc | 1363 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 …]
|
D | common_shape_fns.h | 251 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape,
|
D | common_shape_fns.cc | 2227 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape, in ValidateSparseTensor() function
|