ai-content-maker/.venv/Lib/site-packages/torch/include/ATen/cpu/Utils.h

11 lines
189 B
C
Raw Normal View History

2024-05-03 04:18:51 +03:00
#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