Category "cppflow"

cppflow model loading hangs unity

I'm trying to load a tensorflow graph model using cppflow in c++. I am able to load the model when I define the model loading globally in a standalone applicait

How to create custom tensor value with shape (b,n,m)?

How to create custom tensor value with shape (b,n,m) I see the cppflow::fill method but it allows inserting 1 value which fills the whole same value in the shap

Resize image in cppflow tensorflow c++

Using cppflow, I have a 224x224 jpeg that I am trying to resize to 128x128. auto input = cppflow::decode_jpeg(cppflow::read_file(std::string(filename))); auto r