Sergio Izquierdo
Sergio Izquierdo
Thanks @ielenik ! Looks like a good work. I will take a look to it and try to add it to the repo as soon as I have time. Thanks
Hi, there is no intention on supporting C++98. I am closing the issue, but any help to achieve this can be posted or answered here.
Hi @xiaojun-mbed CppFlow provides a mapping of [TF Raw Ops](https://www.tensorflow.org/api_docs/python/tf/raw_ops/Concat) in `cppflow/raw_ops.h`. You can use the mapping of concat: ```c++ tensor concat(const tensor& concat_dim, const std::vector&values) ```
It looks fine. You didn't post the error you getting so is hard to tell.
Hi @sohailrreddy, great work! Definitely something interesting and required by many of us! I think that with your changes now it would be better if the old `std::vector tensor::get_data()` uses...
Good work! Sorry for not attending this earlier. I will fix the conflicts myself and merge it. This is required.
@assistivai Can you check if the last changes fixed your error?
Hi @DwayneDuane, I took a look to your problem and I could not figure out why it does not work. I am afraid is not a problem of cppflow but...
Closing due to inactivity.
Hi @FrancescaCi According to your error your program is missing a main function. Are you trying to compile an executable? If so, you will need to add a main entry...