Searched refs:IsValidShape (Results 1 – 11 of 11) sorted by relevance
144 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()149 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()152 EXPECT_FALSE(TensorShape::IsValidShape(proto).ok()); in TEST()259 static Status IsValidShape(const TensorShapeProto& proto);387 Status TensorShapeOld::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::__anon127dd62f0111::TensorShapeOld624 TensorShape::IsValidShape(proto).code()); in TEST()639 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()644 TF_EXPECT_OK(TensorShape::IsValidShape(proto)); in TEST()
302 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(v));)305 if (!TensorShape::IsValidShape(v).ok()) {316 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(v));)
199 static Status IsValidShape(const TensorShapeProto& proto);
98 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) { in IsValidShape() function in tensorflow::TensorShapeBase
887 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()
454 TF_RETURN_IF_ERROR(PartialTensorShape::IsValidShape(arg.shape())); in ComputeArgumentShapes()
419 TensorShape::IsValidShape(*output_tensor_shape_protos[i])); in AllocateOutputTensors()
316 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(feed.shape())); in ValidateConfig()
708 TF_RETURN_IF_ERROR(TensorShape::IsValidShape(proto->tensor_shape())); in __anon42d741190c02()