UMMJ's picture
Upload 5875 files
9dd3461
raw
history blame contribute delete
146 Bytes
#pragma once
#ifdef USE_PYTORCH_QNNPACK
namespace at {
namespace native {
void initQNNPACK();
} // namespace native
} // namespace at
#endif