Home
last modified time | relevance | path

Searched defs:all_ops (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/src/delegate/
Ddelegate_utils.h144 std::vector<T *> FindPreOps(T *cur_op, std::vector<T *> all_ops) { in FindPreOps()
157 std::vector<T *> FindNextOps(T *cur_op, std::vector<T *> all_ops) { in FindNextOps()
170 void FindPreNextOps(std::vector<T *> all_ops) { in FindPreNextOps()
181 … std::vector<T *> *in_ops, std::vector<T *> *out_ops, const std::vector<T *> &all_ops) { in GetGraphInOutOps()
/third_party/spirv-tools/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
Doperand_to_constant_test.cpp278 const auto all_ops = in TEST() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_test.cc1252 static constexpr ast::BinaryOp all_ops[] = { variable