Thibaut Goetghebuer-Planchon
Thibaut Goetghebuer-Planchon
Thank you for the report. I tried it out with the list of values you provided and it seems to work well. Do you have a full example? What kind...
Can you try to open the file in binary mode with `std::ios::binary`? I forgot to put that in the non-Boost example.
Thanks for the PR. It looks good but the default constructor could still throw even with `DEFAULT_INIT_BUCKETS_SIZE == 0` as the `Hash`, `KeyEqual` and `GrowthPolicy` default constructors could potentially throw....
Sorry for the delay. The change looks good now, thanks. Just a minor question, could we create a default `hopscotch_hash` constructor with the `noexcept` checks and then for the default...
Thanks, looks good. Currently the library is compatible with C++11 (it was so when designed and kept like that) but `std::is_nothrow_swappable` requires C++17. I'll move the library and tests to...
I merged the changes. Note that I had to disable the `test_noexcept` test on MSVC as `std::list` is not `std::is_nothrow_move_constructible` in their implementation. Generally this overflow list should be empty...
Sorry for the delay. We are currently working on a thin stand-alone Python wrapper around the TFLite -> TOSA code in upstream TensorFlow. It is not finished yet but we...
We have to still check a few things internally but I hope we can have some form of beta that we can share next week, but nothing certain.
The tool is now available at https://gitlab.arm.com/tosa/tosa-converter-for-tflite Note that the tool is still in early development and a formal release should come up in the next few weeks.
@pytorchbot label ciflow/trunk