Function Snpe_UserBufferEncodingFloat_Create

Function Documentation

Snpe_UserBufferEncoding_Handle_t Snpe_UserBufferEncodingFloat_Create()

An encoding type where each element is represented by a float.

Userbuffer size assumes float encoding for each element. (i.e., a tensor with dimensions (2,3) will be represented by (2 * 3) * 4 = 24 bytes in memory).