File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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.
792792dnnl_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.
You can’t perform that action at this time.
0 commit comments