Skip to content

Commit 4cad420

Browse files
mgouicemvpirogov
authored andcommitted
doc: fix warnings
1 parent 929a27a commit 4cad420

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/oneapi/dnnl/dnnl.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -782,19 +782,19 @@ dnnl_status_t DNNL_API dnnl_memory_desc_clone(dnnl_memory_desc_t *memory_desc,
782782

783783
/// Retrieves a binary blob associated with the given memory descriptor
784784
///
785-
/// @param Output blob Pointer to binary blob.
785+
/// @param blob Output pointer to binary blob.
786786
/// If not nullptr, size bytes of the memory descriptor blob are written.
787-
/// @param Output size Pointer to the size of the binary blob in bytes.
787+
/// @param size Output pointer to the size of the binary blob in bytes.
788788
/// Size is written if blob is nullptr.
789-
/// @param memory_desc Input memory descriptor to serialize
789+
/// @param memory_desc input memory descriptor to serialize
790790
/// @returns #dnnl_success on success and a status describing the error
791791
/// otherwise.
792792
dnnl_status_t DNNL_API dnnl_memory_desc_get_blob(
793793
uint8_t *blob, size_t *size, const_dnnl_memory_desc_t memory_desc);
794794

795795
/// Creates a memory descriptor from a memory descriptor binary blob.
796796
///
797-
/// @param Output memory_desc Pointer to a newly allocated memory descriptor.
797+
/// @param memory_desc Output pointer to a newly allocated memory descriptor.
798798
/// @param blob Pointer to a memory descriptor binary blob.
799799
/// @returns #dnnl_success on success and a status describing the error
800800
/// otherwise.

0 commit comments

Comments
 (0)