Skip to content

Conversation

@pcmoritz
Copy link
Contributor

@pcmoritz pcmoritz commented Dec 1, 2017

Before this can be merged, it needs some profiling and comparison to other ways of loading data in TensorFlow.

Copy link
Contributor

@holdenk holdenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I'm still new to this project, and my C++ is a little rusty but I had a few questions :)


zero_out_module = tf.load_op_library('./plasma_op.so')

client = plasma.connect("/tmp/plasma", "", 64)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment, but maybe do a mktemp type thing here instead? I know some folks run tests in parallel on the same machine.

OP_REQUIRES_OK(context, context->allocate_output(0, shape, &output_tensor));
auto output_flat = output_tensor->flat<float>();

// Set all but the first element of the output tensor to 0.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment perhaps about an older version of the code?

@xhochy
Copy link
Member

xhochy commented Mar 2, 2018

@pcmoritz Any progress on this topic here?

@pcmoritz
Copy link
Contributor Author

replaced by #2046

@pcmoritz pcmoritz closed this May 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants