Sergio Izquierdo

Results 102 comments of Sergio Izquierdo

It is not possible to use `[row, col]`. So you have to get the data from the tensor to a vector and index it flatten.

Closing due to inactivity.

Hi @CarlPoirier This is definitely interesting, since the beginning of cppflow I've been bothered with the `StatefulParitionedCall` names. So, if I understood correctly, you are parsing the protobuf `MetaGraphDef` to...

Hi @JordanDavis-1 Sorry for not answering before. DId you manage to fix this? With the new CMake, the compilation of programs should be easier. You can check again the docs...

Hi @xfchangwei It reinterprets the bytes of a string as a vector of numbers. You can check the official [TF Raw Ops docs](https://www.tensorflow.org/api_docs/python/tf/raw_ops/DecodeRaw)

Closing due to inactivity.

Hi @bogdanteleaga Did you test this? Isn't float 32 bits, and double 64? You are using them as 64 and 128.

True, I will test this and include it