@@ -60,6 +60,8 @@ fn bindgen_test_layout_ie_version() {
60
60
)
61
61
) ;
62
62
}
63
+ #[ doc = " @struct ie_version" ]
64
+ #[ doc = " @brief Represents an API version information that reflects the set of supported features" ]
63
65
pub type ie_version_t = ie_version ;
64
66
#[ doc = " @struct ie_core_version" ]
65
67
#[ doc = " @brief Represents version information that describes devices and the inference engine runtime library" ]
@@ -135,6 +137,8 @@ fn bindgen_test_layout_ie_core_version() {
135
137
)
136
138
) ;
137
139
}
140
+ #[ doc = " @struct ie_core_version" ]
141
+ #[ doc = " @brief Represents version information that describes devices and the inference engine runtime library" ]
138
142
pub type ie_core_version_t = ie_core_version ;
139
143
#[ doc = " @struct ie_core_versions" ]
140
144
#[ doc = " @brief Represents all versions information that describes all devices and the inference engine runtime library" ]
@@ -177,6 +181,8 @@ fn bindgen_test_layout_ie_core_versions() {
177
181
)
178
182
) ;
179
183
}
184
+ #[ doc = " @struct ie_core_versions" ]
185
+ #[ doc = " @brief Represents all versions information that describes all devices and the inference engine runtime library" ]
180
186
pub type ie_core_versions_t = ie_core_versions ;
181
187
#[ doc = " @struct ie_config" ]
182
188
#[ doc = " @brief Represents configuration information that describes devices" ]
@@ -230,6 +236,8 @@ fn bindgen_test_layout_ie_config() {
230
236
)
231
237
) ;
232
238
}
239
+ #[ doc = " @struct ie_config" ]
240
+ #[ doc = " @brief Represents configuration information that describes devices" ]
233
241
pub type ie_config_t = ie_config ;
234
242
#[ doc = " @struct ie_param" ]
235
243
#[ doc = " @brief metric and config parameters." ]
@@ -318,6 +326,8 @@ fn bindgen_test_layout_ie_param() {
318
326
concat!( "Alignment of " , stringify!( ie_param) )
319
327
) ;
320
328
}
329
+ #[ doc = " @struct ie_param" ]
330
+ #[ doc = " @brief metric and config parameters." ]
321
331
pub type ie_param_t = ie_param ;
322
332
#[ doc = " @struct ie_param_config" ]
323
333
#[ doc = " @brief Represents configuration parameter information" ]
@@ -360,6 +370,8 @@ fn bindgen_test_layout_ie_param_config() {
360
370
)
361
371
) ;
362
372
}
373
+ #[ doc = " @struct ie_param_config" ]
374
+ #[ doc = " @brief Represents configuration parameter information" ]
363
375
pub type ie_param_config_t = ie_param_config ;
364
376
#[ doc = " @struct dimensions" ]
365
377
#[ doc = " @brief Represents dimensions for input or output data" ]
@@ -402,6 +414,8 @@ fn bindgen_test_layout_dimensions() {
402
414
)
403
415
) ;
404
416
}
417
+ #[ doc = " @struct dimensions" ]
418
+ #[ doc = " @brief Represents dimensions for input or output data" ]
405
419
pub type dimensions_t = dimensions ;
406
420
#[ repr( u32 ) ]
407
421
#[ doc = " @enum layout_e" ]
@@ -508,6 +522,8 @@ fn bindgen_test_layout_tensor_desc() {
508
522
)
509
523
) ;
510
524
}
525
+ #[ doc = " @struct tensor_desc" ]
526
+ #[ doc = " @brief Represents detailed information for a tensor" ]
511
527
pub type tensor_desc_t = tensor_desc ;
512
528
#[ repr( u32 ) ]
513
529
#[ doc = " @enum colorformat_e" ]
@@ -613,6 +629,8 @@ fn bindgen_test_layout_roi() {
613
629
)
614
630
) ;
615
631
}
632
+ #[ doc = " @struct roi_t" ]
633
+ #[ doc = " @brief This structure describes roi data." ]
616
634
pub type roi_t = roi ;
617
635
#[ doc = " @struct input_shape" ]
618
636
#[ doc = " @brief Represents shape for input data" ]
@@ -655,6 +673,8 @@ fn bindgen_test_layout_input_shape() {
655
673
)
656
674
) ;
657
675
}
676
+ #[ doc = " @struct input_shape" ]
677
+ #[ doc = " @brief Represents shape for input data" ]
658
678
pub type input_shape_t = input_shape ;
659
679
#[ doc = " @struct input_shapes" ]
660
680
#[ doc = " @brief Represents shapes for all input data" ]
@@ -697,6 +717,8 @@ fn bindgen_test_layout_input_shapes() {
697
717
)
698
718
) ;
699
719
}
720
+ #[ doc = " @struct input_shapes" ]
721
+ #[ doc = " @brief Represents shapes for all input data" ]
700
722
pub type input_shapes_t = input_shapes ;
701
723
#[ doc = " @struct ie_blob_buffer" ]
702
724
#[ doc = " @brief Represents copied data from the given blob." ]
@@ -761,6 +783,8 @@ fn bindgen_test_layout_ie_blob_buffer() {
761
783
concat!( "Alignment of " , stringify!( ie_blob_buffer) )
762
784
) ;
763
785
}
786
+ #[ doc = " @struct ie_blob_buffer" ]
787
+ #[ doc = " @brief Represents copied data from the given blob." ]
764
788
pub type ie_blob_buffer_t = ie_blob_buffer ;
765
789
#[ doc = " @struct ie_complete_call_back" ]
766
790
#[ doc = " @brief Completion callback definition about the function and args" ]
@@ -807,6 +831,8 @@ fn bindgen_test_layout_ie_complete_call_back() {
807
831
)
808
832
) ;
809
833
}
834
+ #[ doc = " @struct ie_complete_call_back" ]
835
+ #[ doc = " @brief Completion callback definition about the function and args" ]
810
836
pub type ie_complete_call_back_t = ie_complete_call_back ;
811
837
#[ doc = " @struct ie_available_devices" ]
812
838
#[ doc = " @brief Represent all available devices." ]
@@ -851,4 +877,6 @@ fn bindgen_test_layout_ie_available_devices() {
851
877
)
852
878
) ;
853
879
}
880
+ #[ doc = " @struct ie_available_devices" ]
881
+ #[ doc = " @brief Represent all available devices." ]
854
882
pub type ie_available_devices_t = ie_available_devices ;
0 commit comments