py/torch; llpyg: use pysigfetch (by goplus/hdq)

This commit is contained in:
xushiwei
2024-05-18 16:03:49 +08:00
parent 446df58e92
commit 668ce4bd2d
5 changed files with 1986 additions and 699 deletions

1
c/c.go
View File

@@ -33,6 +33,7 @@ type (
LongLong = int64
UlongLong = uint64
Float = float32
Double = float64
Pointer = unsafe.Pointer
FilePtr = unsafe.Pointer
)