Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

vision.h 226 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. #pragma once
  2. #include <cstdint>
  3. #include "macros.h"
  4. namespace vision {
  5. VISION_API int64_t cuda_version();
  6. namespace detail {
  7. extern "C" inline auto _register_ops = &cuda_version;
  8. } // namespace detail
  9. } // namespace vision
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...