cppflow
cppflow copied to clipboard
How to access individual tensor elements?
Hi, sorry for the very naive question, but I am kind of lost. I am defining a tensor using auto inp = cppflow::fill({1, input_shape}, 0.0f);. How to access each element?
Also is there any documentation available with a list of all the functions that can be used?