Searched defs:MatchDynamicShape (Results 1 – 3 of 3) sorted by relevance
54 virtual bool MatchDynamicShape(std::shared_ptr<GuardItem> other) { return false; } in MatchDynamicShape() function
584 static bool MatchDynamicShape(GuardItemPtr item, const std::vector<GuardItemPtr> &list) { in MatchDynamicShape() function
164 virtual bool MatchDynamicShape(std::shared_ptr<ItemData> other) { return false; } in MatchDynamicShape() function in mindspore::pijit::ItemData1055 bool MatchDynamicShape(std::shared_ptr<ItemData> other) override { in MatchDynamicShape() function in mindspore::pijit::MetaTensorData1970 bool MatchDynamicShape(std::shared_ptr<GuardItem> other) override { in MatchDynamicShape() function in mindspore::pijit::EqGuard