This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

compute library datatype (F32->INT8)

I have evaluated arm compute libary on NEON / MALI of our SOC. I used ACLv18.02.

There was examples in the library.

~/examples/graph_*.cpp  <- Graph examples

I know that ACL can support some different data types for computation.

for example, float 32bit, float 16bit, and int 8bit.

I want to compare the performance accroding to data types.

I think that the examples in the library are all for float 32bit type.

are there any examples for other data type (float 32bit or int 8bit)?

can you tell me how to convert data type ?