From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGXoZ-0002yX-54 for guix-patches@gnu.org; Wed, 09 May 2018 18:44:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGXoY-00081h-EK for guix-patches@gnu.org; Wed, 09 May 2018 18:44:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47797) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGXoY-00081d-Ac for guix-patches@gnu.org; Wed, 09 May 2018 18:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGXoY-0001jV-4k for guix-patches@gnu.org; Wed, 09 May 2018 18:44:02 -0400 Subject: [bug#31386] TensorFlow Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Thu, 10 May 2018 00:43:13 +0200 In-Reply-To: (Ricardo Wurmus's message of "Tue, 8 May 2018 16:54:02 +0200") Message-ID: <87zi18v4am.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 31386@debbugs.gnu.org Ricardo Wurmus skribis: > This patch series adds a package for TensorFlow (without GPU support). > I don=E2=80=99t know how useful this is because it just provides a single= 180+MB > statically linked archive (and header files). It is only the =E2=80=9Cco= re=E2=80=9D > part of TensorFlow. Quite an achievement! I wonder if people would normally use this .a library. Doesn=E2=80=99t TensorFlow have Python bindings as well? Thank you, Ludo=E2=80=99.