Searched refs:client_shape (Results 1 – 2 of 2) sorted by relevance
216 Status Service::ValidateResultShape(const Shape& client_shape, in ValidateResultShape() argument218 TF_RETURN_IF_ERROR(ShapeUtil::ValidateShapeWithOptionalLayout(client_shape)); in ValidateResultShape()219 if (!ShapeUtil::Compatible(client_shape, result_shape)) { in ValidateResultShape()223 ShapeUtil::HumanStringWithLayout(client_shape), in ValidateResultShape()
269 Status ValidateResultShape(const Shape& client_shape,