Home
last modified time | relevance | path

Searched defs:CheckTypeIsInstance (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h388 static inline bool CheckTypeIsInstance(const T &type, const std::vector<T> &target_types) { in CheckTypeIsInstance() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dtensor_index.cc205 static bool CheckTypeIsInstance(const T &type, const std::vector<T> &target_types) { in CheckTypeIsInstance() function