Home
last modified time | relevance | path

Searched defs:MatchDynamicShape (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dguard_utils.h54 virtual bool MatchDynamicShape(std::shared_ptr<GuardItem> other) { return false; } in MatchDynamicShape() function
Dguard.cc584 static bool MatchDynamicShape(GuardItemPtr item, const std::vector<GuardItemPtr> &list) { in MatchDynamicShape() function
Dguard_utils.cc164 virtual bool MatchDynamicShape(std::shared_ptr<ItemData> other) { return false; } in MatchDynamicShape() function in mindspore::pijit::ItemData
1055 bool MatchDynamicShape(std::shared_ptr<ItemData> other) override { in MatchDynamicShape() function in mindspore::pijit::MetaTensorData
1970 bool MatchDynamicShape(std::shared_ptr<GuardItem> other) override { in MatchDynamicShape() function in mindspore::pijit::EqGuard