Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
UMMJ
/
JSX_TTS
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
main
JSX_TTS
/
torch
/
include
/
ATen
/
native
/
quantized
/
cpu
/
init_qnnpack.h
UMMJ
Upload 5875 files
9dd3461
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
#
pragma
once
#
ifdef
USE_PYTORCH_QNNPACK
namespace at {
namespace native {
void
initQNNPACK
()
;
}
// namespace native
}
// namespace at
#
endif