Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AthuKawaleLogituit
/
ghost
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ghost
/
apex
/
csrc
/
compat.h
Jagrut Thakare
v1
9be8aa9
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
140 Bytes
#
ifndef
TORCH_CHECK
#
define
TORCH_CHECK AT_CHECK
#
endif
#
ifdef
VERSION_GE_1_3
#
define
DATA_PTR data_ptr
#
else
#
define
DATA_PTR data
#
endif