Searched refs:IsValidShape (Results 1 – 9 of 9) sorted by relevance
143 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()148 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()151 EXPECT_FALSE(TensorShape::IsValidShape(proto).ok()); in TEST()236 static Status IsValidShape(const TensorShapeProto& proto);364 Status TensorShapeOld::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::__anone850e9110111::TensorShapeOld601 TensorShape::IsValidShape(proto).code()); in TEST()616 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()621 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
284 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(v));)287 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(v));)
185 static Status IsValidShape(const TensorShapeProto& proto);
75 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::TensorShapeBase
943 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(proto)); in MakeShapeFromShapeProto()
39 OP_REQUIRES_OK(ctx, TensorShape::IsValidShape(proto_.tensor_shape())); in ConstOp()
47 Status shape_status = PartialTensorShape::IsValidShape(shape_proto); in PrintNodeInfo()
316 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(feed.shape())); in ValidateConfig()
702 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(proto->tensor_shape())); in __anon7c94107b0c02()