cppflow icon indicating copy to clipboard operation
cppflow copied to clipboard

How to access individual tensor elements?

Open JMLab-tifrh opened this issue 2 years ago • 0 comments

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?

JMLab-tifrh avatar Apr 29 '23 15:04 JMLab-tifrh