Skip to content

Commit fa58184

Browse files
[GPU] Add get_shape_info_dependencies() to shape_of_node (openvinotoolkit#22527)
1 parent 44f4d9b commit fa58184

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/intel_gpu/src/graph/include/shape_of_inst.h

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ struct typed_program_node<shape_of> : public typed_program_node_base<shape_of> {
2121
public:
2222
using parent::parent;
2323

24+
std::vector<size_t> get_shape_infer_dependencies() const override { return {}; }
2425
program_node& input() const { return get_dependency(0); }
2526
};
2627

0 commit comments

Comments
 (0)