Alexandre Passos

Results 11 comments of Alexandre Passos

@ebrevdo any idea what could be causing this?

It requires changes to core that we should discuss now. From my point of view the most important feature tf core can offer here is allowing experimentation and development of...

The change to the existing SparseApply* kernels which removes Ref(T) from the signature is backwards incompatible and can't be done. Adding new kernels for the hash apply is fine, though....

+1 to Yuefeng's suggestion. Can this proposal be enhanced with a section discussing such extension? On Mon, May 4, 2020 at 12:14 PM Yuefeng Zhou wrote: > I think TensorFlow...

@frreiss we'll definitely accept a Go-only API to configure tensorflow.

Can you elaborate on why did you choose to use a tf opkernel to create dlpack objects from tensors (or vice versa) instead of using TF_TensorData in the C API...

We're in the process of simplifying the TF C++/Python interop to use pybind11. But in general you can write arbitrary C or C++ code against TF's C API (in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/c/c_api.h...

Nice! Are you interested in contributing the fix to sparse_softmax_cross_entropy_with_logits mentioned in that bug? On Thu, Jun 8, 2017 at 7:24 AM, Mengye Ren wrote: > Thanks a lot for...

@nfelt I think we should add this; WDYT?