Skip to content

Commit 1b2cf57

Browse files
committed
openvino-sys: include new documentation comments on types
1 parent 3452a95 commit 1b2cf57

File tree

1 file changed

+28
-0
lines changed
  • crates/openvino-sys/src/generated

1 file changed

+28
-0
lines changed

crates/openvino-sys/src/generated/types.rs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ fn bindgen_test_layout_ie_version() {
6060
)
6161
);
6262
}
63+
#[doc = " @struct ie_version"]
64+
#[doc = " @brief Represents an API version information that reflects the set of supported features"]
6365
pub type ie_version_t = ie_version;
6466
#[doc = " @struct ie_core_version"]
6567
#[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() {
135137
)
136138
);
137139
}
140+
#[doc = " @struct ie_core_version"]
141+
#[doc = " @brief Represents version information that describes devices and the inference engine runtime library"]
138142
pub type ie_core_version_t = ie_core_version;
139143
#[doc = " @struct ie_core_versions"]
140144
#[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() {
177181
)
178182
);
179183
}
184+
#[doc = " @struct ie_core_versions"]
185+
#[doc = " @brief Represents all versions information that describes all devices and the inference engine runtime library"]
180186
pub type ie_core_versions_t = ie_core_versions;
181187
#[doc = " @struct ie_config"]
182188
#[doc = " @brief Represents configuration information that describes devices"]
@@ -230,6 +236,8 @@ fn bindgen_test_layout_ie_config() {
230236
)
231237
);
232238
}
239+
#[doc = " @struct ie_config"]
240+
#[doc = " @brief Represents configuration information that describes devices"]
233241
pub type ie_config_t = ie_config;
234242
#[doc = " @struct ie_param"]
235243
#[doc = " @brief metric and config parameters."]
@@ -318,6 +326,8 @@ fn bindgen_test_layout_ie_param() {
318326
concat!("Alignment of ", stringify!(ie_param))
319327
);
320328
}
329+
#[doc = " @struct ie_param"]
330+
#[doc = " @brief metric and config parameters."]
321331
pub type ie_param_t = ie_param;
322332
#[doc = " @struct ie_param_config"]
323333
#[doc = " @brief Represents configuration parameter information"]
@@ -360,6 +370,8 @@ fn bindgen_test_layout_ie_param_config() {
360370
)
361371
);
362372
}
373+
#[doc = " @struct ie_param_config"]
374+
#[doc = " @brief Represents configuration parameter information"]
363375
pub type ie_param_config_t = ie_param_config;
364376
#[doc = " @struct dimensions"]
365377
#[doc = " @brief Represents dimensions for input or output data"]
@@ -402,6 +414,8 @@ fn bindgen_test_layout_dimensions() {
402414
)
403415
);
404416
}
417+
#[doc = " @struct dimensions"]
418+
#[doc = " @brief Represents dimensions for input or output data"]
405419
pub type dimensions_t = dimensions;
406420
#[repr(u32)]
407421
#[doc = " @enum layout_e"]
@@ -508,6 +522,8 @@ fn bindgen_test_layout_tensor_desc() {
508522
)
509523
);
510524
}
525+
#[doc = " @struct tensor_desc"]
526+
#[doc = " @brief Represents detailed information for a tensor"]
511527
pub type tensor_desc_t = tensor_desc;
512528
#[repr(u32)]
513529
#[doc = " @enum colorformat_e"]
@@ -613,6 +629,8 @@ fn bindgen_test_layout_roi() {
613629
)
614630
);
615631
}
632+
#[doc = " @struct roi_t"]
633+
#[doc = " @brief This structure describes roi data."]
616634
pub type roi_t = roi;
617635
#[doc = " @struct input_shape"]
618636
#[doc = " @brief Represents shape for input data"]
@@ -655,6 +673,8 @@ fn bindgen_test_layout_input_shape() {
655673
)
656674
);
657675
}
676+
#[doc = " @struct input_shape"]
677+
#[doc = " @brief Represents shape for input data"]
658678
pub type input_shape_t = input_shape;
659679
#[doc = " @struct input_shapes"]
660680
#[doc = " @brief Represents shapes for all input data"]
@@ -697,6 +717,8 @@ fn bindgen_test_layout_input_shapes() {
697717
)
698718
);
699719
}
720+
#[doc = " @struct input_shapes"]
721+
#[doc = " @brief Represents shapes for all input data"]
700722
pub type input_shapes_t = input_shapes;
701723
#[doc = " @struct ie_blob_buffer"]
702724
#[doc = " @brief Represents copied data from the given blob."]
@@ -761,6 +783,8 @@ fn bindgen_test_layout_ie_blob_buffer() {
761783
concat!("Alignment of ", stringify!(ie_blob_buffer))
762784
);
763785
}
786+
#[doc = " @struct ie_blob_buffer"]
787+
#[doc = " @brief Represents copied data from the given blob."]
764788
pub type ie_blob_buffer_t = ie_blob_buffer;
765789
#[doc = " @struct ie_complete_call_back"]
766790
#[doc = " @brief Completion callback definition about the function and args"]
@@ -807,6 +831,8 @@ fn bindgen_test_layout_ie_complete_call_back() {
807831
)
808832
);
809833
}
834+
#[doc = " @struct ie_complete_call_back"]
835+
#[doc = " @brief Completion callback definition about the function and args"]
810836
pub type ie_complete_call_back_t = ie_complete_call_back;
811837
#[doc = " @struct ie_available_devices"]
812838
#[doc = " @brief Represent all available devices."]
@@ -851,4 +877,6 @@ fn bindgen_test_layout_ie_available_devices() {
851877
)
852878
);
853879
}
880+
#[doc = " @struct ie_available_devices"]
881+
#[doc = " @brief Represent all available devices."]
854882
pub type ie_available_devices_t = ie_available_devices;

0 commit comments

Comments
 (0)