Skip to content

Commit

Permalink
Correct doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
praasz committed Oct 4, 2024
1 parent a92a624 commit 5da4d8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/include/openvino/op/constant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,9 @@ class OPENVINO_API Constant : public Op {

/// \brief Construct a tensor constant from shared memory.
///
/// The constant byte size (defined by type and shape) must be lower than shred memory size, otherwise throw
/// The constant byte size (defined by type and shape) must be lower than shared memory size, otherwise throw
/// exception.
/// The Constant can take ownership of shared memory if provided shared object is not null pointer manges memory
/// lifetime.
/// The Constant can take ownership of shared memory if provided shared object is not null manges memory lifetime.
///
/// \param type The element type of the tensor constant.
/// \param shape The shape of the tensor constant.
Expand Down

0 comments on commit 5da4d8e

Please sign in to comment.