Skip to content

Commit

Permalink
Code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sshlyapn committed Oct 23, 2024
1 parent 60d97c4 commit aa3f898
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/intel_gpu/include/intel_gpu/op/read_values.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ namespace ov {
namespace intel_gpu {
namespace op {

/// \brief This operation handles the OpenVINO GPU Plugin's custom variable representation (which can store multiple states in a single variable) at the graph level.
/// \brief This operation handles the OpenVINO GPU Plugin's custom variable
// representation (which can store multiple states in a single variable) at the graph level.
class ReadValues : public ReadValue {
public:
OPENVINO_OP("ReadValues", "gpu_opset");
Expand Down

0 comments on commit aa3f898

Please sign in to comment.