fix build error for ARM (#2648)

This commit is contained in:
Hector Li 2019-12-13 09:21:03 -08:00 committed by GitHub
parent fff1ed9bfc
commit 6e68007d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,8 @@ class CPUExecutionProvider : public IExecutionProvider {
if (info.create_arena)
InsertAllocator(CreateAllocator(device_info));
else
#else
ORT_UNUSED_PARAMETER(info);
#endif
InsertAllocator(
std::shared_ptr<IArenaAllocator>(