Pavel Samolysov
Pavel Samolysov
When ngraph-tf is being built on a 64-bits OS another than Centos, the directory with libraries ('build/artifacts/lib64') could not be found since CMakeLists.txt and *.cmake files make a reference to...
In 'ngraph_utils.cc', methods like 'const gtl::ArraySlice& NGraphNumericDTypes()' directly construct an instance of 'gtl::ArraySlice' from an intializer list. This leads to the corruption of 'DataType' instances held inside the array slice,...
I was going through the implementation of the Lengauer-Tarjan algorithm in BGL's domibator_tree.hpp and have found that there is a vector of std::deque to store buckets: vertices with the given...