I want to try my CNN with ComputeLibrary, but I cannot use my data: I cannot find out the way to put my data (basically array) into ComputeLibrary sample network, gragh_lenet.
Is there any specific data type required? Or any idea to make my array into tensor(the data format using in given examples))?
thank you for reading my question.
Here are a couple examples of how to put your data into Arm Compute Library tensors:
https://arm-software.github.io/ComputeLibrary/v17.09/architecture.xhtml#S4_6_4_working_with_objects
github.com/.../246