Compute Graph Framework SDK Reference  5.8
SemanticParameterTypes.hpp
Go to the documentation of this file.
1
2//
3// Notice
4// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS" NVIDIA MAKES
5// NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO
6// THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTIES OF NONINFRINGEMENT,
7// MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
8//
9// NVIDIA CORPORATION & AFFILIATES assumes no responsibility for the consequences of use of such
10// information or for any infringement of patents or other rights of third parties that may
11// result from its use. No license is granted by implication or otherwise under any patent
12// or patent rights of NVIDIA CORPORATION & AFFILIATES. No third party distribution is allowed unless
13// expressly authorized by NVIDIA. Details are subject to change without notice.
14// This code supersedes and replaces all information previously supplied.
15// NVIDIA CORPORATION & AFFILIATES products are not authorized for use as critical
16// components in life support devices or systems without express written approval of
17// NVIDIA CORPORATION & AFFILIATES.
18//
19// SPDX-FileCopyrightText: Copyright (c) 2021-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
20// SPDX-License-Identifier: LicenseRef-NvidiaProprietary
21//
22// NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
23// property and proprietary rights in and to this material, related
24// documentation and any modifications thereto. Any use, reproduction,
25// disclosure or distribution of this material and related documentation
26// without an express license agreement from NVIDIA CORPORATION or
27// its affiliates is strictly prohibited.
28//
30
31#ifndef DW_FRAMEWORK_SEMANTICPARAMETERTYPES_HPP_
32#define DW_FRAMEWORK_SEMANTICPARAMETERTYPES_HPP_
33
34namespace dw
35{
36namespace framework
37{
38namespace semantic_parameter_types
39{
40
42{
43};
44
46{
47};
48
50{
51};
52
54{
55};
56
58{
59};
60
61struct Virtual
62{
63};
64
66{
67};
68
70{
71};
72
74{
75};
76
78{
79};
80
82{
83};
84
86{
87};
88
90{
91};
92
94{
95};
96
98{
99};
100
102{
103};
104
106{
107};
108
110{
111};
112
114{
115};
116
118{
119};
120
122{
123};
124
126{
127};
128
130{
131};
132
134{
135};
136
138{
139};
140
142{
143};
144
146{
147};
148
150{
151};
152
154{
155};
156
158{
159};
160
162{
163};
164
166{
167};
168
170{
171};
172
174{
175};
176
178{
179};
180
182{
183};
184
186{
187};
188
190{
191};
192
194{
195};
196
198{
199};
200
202{
203};
204
206{
207};
208
210{
211};
212
214{
215};
216
218{
219};
220
222{
223};
224
226{
227};
228
229// Semantic for YUV Image
231{
232};
233
235{
236};
237
239{
240};
241
243{
244};
245
247{
248};
249
251{
252};
253
255{
256};
257
259{
260};
261
263{
264};
265
267{
268};
269
271{
272};
273
275{
276};
277
279{
280};
281
283{
284};
285
287{
288};
289
291{
292};
293
295{
296};
297
299{
300};
301
303{
304};
305
307{
308};
309
311{
312};
313
315{
316};
317
319{
320};
321
323{
324};
325
327{
328};
329
331{
332};
333
335{
336};
337
339{
340};
341} // namespace semantic_parameter_types
342} // namespace framework
343} // namespace dw
344
345#endif // DW_FRAMEWORK_SEMANTICPARAMETERTYPES_HPP_
Definition: Exception.hpp:47