|
1 | | -.. SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. |
2 | | -.. SPDX-License-Identifier: Apache-2.0 |
3 | | -
|
4 | | -cuda.core.system.BrandType |
| 1 | +cuda.core.system.BrandType |
5 | 2 | ========================== |
6 | 3 |
|
7 | 4 | .. currentmodule:: cuda.core.system |
8 | 5 |
|
9 | | -.. autoclass:: BrandType |
10 | | - |
11 | | - |
12 | | - |
13 | | - .. rubric:: Methods |
14 | | - |
15 | | - |
16 | | - .. automethod:: __init__ |
17 | | - .. automethod:: as_integer_ratio |
18 | | - .. automethod:: bit_count |
19 | | - .. automethod:: bit_length |
20 | | - .. automethod:: conjugate |
21 | | - .. automethod:: from_bytes |
22 | | - .. automethod:: is_integer |
23 | | - .. automethod:: to_bytes |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - .. rubric:: Attributes |
31 | | - |
32 | | - |
33 | | - .. autoattribute:: BRAND_COUNT |
34 | | - .. autoattribute:: BRAND_GEFORCE |
35 | | - .. autoattribute:: BRAND_GEFORCE_RTX |
36 | | - .. autoattribute:: BRAND_GRID |
37 | | - .. autoattribute:: BRAND_NVIDIA |
38 | | - .. autoattribute:: BRAND_NVIDIA_CLOUD_GAMING |
39 | | - .. autoattribute:: BRAND_NVIDIA_RTX |
40 | | - .. autoattribute:: BRAND_NVIDIA_VAPPS |
41 | | - .. autoattribute:: BRAND_NVIDIA_VCS |
42 | | - .. autoattribute:: BRAND_NVIDIA_VGAMING |
43 | | - .. autoattribute:: BRAND_NVIDIA_VPC |
44 | | - .. autoattribute:: BRAND_NVIDIA_VWS |
45 | | - .. autoattribute:: BRAND_NVS |
46 | | - .. autoattribute:: BRAND_QUADRO |
47 | | - .. autoattribute:: BRAND_QUADRO_RTX |
48 | | - .. autoattribute:: BRAND_TESLA |
49 | | - .. autoattribute:: BRAND_TITAN |
50 | | - .. autoattribute:: BRAND_TITAN_RTX |
51 | | - .. autoattribute:: BRAND_UNKNOWN |
52 | | - .. autoattribute:: denominator |
53 | | - .. autoattribute:: imag |
54 | | - .. autoattribute:: name |
55 | | - .. autoattribute:: numerator |
56 | | - .. autoattribute:: real |
57 | | - .. autoattribute:: value |
58 | | - |
59 | | - |
| 6 | +.. autoenum:: BrandType |
0 commit comments