Searched refs:ValidateSparseTensor (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns_test.cc | 1128 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1141 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1155 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST() 1169 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST() 1183 ValidateSparseTensor(&c, indices, values, shape).code()); in TEST() 1196 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1209 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1222 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1235 TF_EXPECT_OK(ValidateSparseTensor(&c, indices, values, shape)); in TEST() 1238 TEST(CommonShapeFnsTest, ValidateSparseTensor) { in TEST() argument [all …]
|
D | common_shape_fns.h | 317 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape,
|
D | common_shape_fns.cc | 1494 Status ValidateSparseTensor(InferenceContext* c, ShapeHandle indices_shape, in ValidateSparseTensor() function
|
/external/tensorflow/tensorflow/core/ops/ |
D | set_ops.cc | 110 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon967df2c80202() 157 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon967df2c80302() 159 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon967df2c80302()
|
D | array_ops.cc | 977 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon7c94107b1502() 979 TF_RETURN_IF_ERROR(shape_inference::ValidateSparseTensor( in __anon7c94107b1502()
|