Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
UMMJ
/
JSX_TTS
like
0
License:
apache-2.0
Model card
Files
Files and versions
Community
main
JSX_TTS
/
torch
/
include
/
ATen
/
cuda
/
Sleep.h
UMMJ
Upload 5875 files
9dd3461
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
237 Bytes
#
pragma
once
#
include
<c10/macros/Export.h>
#
include
<cstdint>
namespace at {
namespace cuda {
// enqueues a kernel that spins for the specified number of cycles
TORCH_CUDA_CU_API
void
sleep
(
int64_t
cycles)
;
}}
// namespace at::cuda