We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f4d9b commit fa58184Copy full SHA for fa58184
src/plugins/intel_gpu/src/graph/include/shape_of_inst.h
@@ -21,6 +21,7 @@ struct typed_program_node<shape_of> : public typed_program_node_base<shape_of> {
21
public:
22
using parent::parent;
23
24
+ std::vector<size_t> get_shape_infer_dependencies() const override { return {}; }
25
program_node& input() const { return get_dependency(0); }
26
};
27
0 commit comments