You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Philipp Moritz (JIRA)" <ji...@apache.org> on 2018/12/06 21:30:00 UTC

[jira] [Created] (ARROW-3950) [Plasma] Don't force loading the TensorFlow op on import

Philipp Moritz created ARROW-3950:
-------------------------------------

             Summary: [Plasma] Don't force loading the TensorFlow op on import
                 Key: ARROW-3950
                 URL: https://issues.apache.org/jira/browse/ARROW-3950
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Philipp Moritz
            Assignee: Philipp Moritz


In certain situation, users want more control over when the TensorFlow op is loaded, so we should make it optional (even if it exists). This happens in Ray for example, where we need to make sure that if multiple python workers try to compile and import the TensorFlow op in parallel, there is no race condition (e.g. one worker could try to import a half-built version of the op).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)