Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
BlackAlpha/Server2
Kano001
/
GameServerX
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c61ccee
GameServerX
/
MLPY
/
Lib
/
site-packages
/
torch
/
include
/
ATen
/
cpu
/
Utils.h
Kano001
Upload 5252 files
c61ccee
verified
10 months ago
raw
Copy download link
history
blame
Safe
199 Bytes
#
pragma
once
#
include
<c10/macros/Export.h>
namespace at::cpu {
// Detect if CPU support Vector Neural Network Instruction.
TORCH_API
bool
is_cpu_support_vnni
()
;
}
// namespace at::cpu