Function Snpe_BuildConfig_SetEncode

Function Documentation

Snpe_ErrorCode_t Snpe_BuildConfig_SetEncode(Snpe_BuildConfig_Handle_t bcHandle, uint64_t encode0, uint64_t encode1)

To be deprecated, set the encode value when you want to divide one image into 2 or 4 parts to run, default is 0 which means the input don’t need dividing.

Parameters
  • bcHandle[in] Handle to access the object of snpe build config

  • encode0[in] The uint64 value of encode0

  • encode1[in] The uint64 value of encode1

Returns

The result error message