Hello,
The sample test cases provided in the ARM Compute Library are very simple test cases. Can we expect more complex use cases from ARM soon?
Thanks!
The point of the ARM Compute Library is that is provides well optimized low level building blocks which can be integrated into more complex use cases by applications which might, for example, be built using higher level frameworks such as TensorFlow or Caffe which in turn use the Compute Library. It's not trying to be a high level application stack in its own right.
HTH, Pete