[ 
https://issues.apache.org/jira/browse/ARROW-1744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287530#comment-16287530
 ] 

ASF GitHub Bot commented on ARROW-1744:
---------------------------------------

holdenk commented on a change in pull request #1379: ARROW-1744: [WIP] Add 
plasma tensorflow op
URL: https://github.com/apache/arrow/pull/1379#discussion_r156349402
 
 

 ##########
 File path: cpp/src/plasma/tf/test.py
 ##########
 @@ -0,0 +1,46 @@
+import numpy as np
+import pyarrow as pa
+import pyarrow.plasma as plasma
+import tensorflow as tf
+
+import time
+
+zero_out_module = tf.load_op_library('./plasma_op.so')
+
+client = plasma.connect("/tmp/plasma", "", 64)
 
 Review comment:
   Minor comment, but maybe do a mktemp type thing here instead? I know some 
folks run tests in parallel on the same machine.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> [Plasma] Provide TensorFlow operator to read tensors from plasma
> ----------------------------------------------------------------
>
>                 Key: ARROW-1744
>                 URL: https://issues.apache.org/jira/browse/ARROW-1744
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Plasma (C++)
>            Reporter: Philipp Moritz
>            Assignee: Philipp Moritz
>              Labels: pull-request-available
>             Fix For: 0.9.0
>
>
> see https://www.tensorflow.org/extend/adding_an_op



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to