Category "cppflow"

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