Class ov::pass::ConvertGather0D#
-
class ConvertGather0D : public ov::pass::MatcherPass#
ConvertGather0D decomposes v1::Gather operation into v0::Unsqueeze + v1::Gather + v0::Squeeze pattern when gather indices is scalar.
This page is a nightly version. It may be incomplete or faulty in both content and functionality. Go to the most recent official documentation version, 2024.
Site Navigation
Section Navigation
ConvertGather0D decomposes v1::Gather operation into v0::Unsqueeze + v1::Gather + v0::Squeeze pattern when gather indices is scalar.