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
/
BinaryOps.h
UMMJ
Upload 5875 files
9dd3461
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
166 Bytes
#
include
<ATen/ATen.h>
namespace at {
namespace native {
TORCH_API Tensor
quantized_add
(Tensor qa, Tensor qb,
double
scale,
int64_t
zero_point)
;
}
}
// namespace at