mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
amend
This commit is contained in:
parent
fdc970a40d
commit
d70b5b38e2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ enum class TargetDeviceOption : int8_t {
|
|||
CPU_ONLY, // use CPU only
|
||||
};
|
||||
|
||||
const char* const kNnapiCpuDeviceName = ("nnapi-reference");
|
||||
constexpr const char* const kNnapiCpuDeviceName = "nnapi-reference";
|
||||
|
||||
/** How feature level works for NNAPI. refer to https://developer.android.com/ndk/reference/group/neural-networks
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue