Commit 9b70a473 authored by pruthvi's avatar pruthvi

fix doc string

parent 6e8fcd7f
...@@ -36,7 +36,7 @@ class ngraph::runtime::Allocator ...@@ -36,7 +36,7 @@ class ngraph::runtime::Allocator
public: public:
virtual ~Allocator() = default; virtual ~Allocator() = default;
/// \brief allocates the memory on the device with the given size and alignment requirement /// \brief allocates the memory on the device with the given size and alignment requirement
/// \param exact size of bytes to allocate /// \param size exact size of bytes to allocate
/// \param alignment specifies the alignment. Must be a valid alignment supported by the implementation. /// \param alignment specifies the alignment. Must be a valid alignment supported by the implementation.
virtual void* Malloc(size_t size, size_t alignment); virtual void* Malloc(size_t size, size_t alignment);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment