Searched defs:all_ops (Results 1 – 9 of 9) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ |
| D | delegate_utils.h | 30 std::vector<T *> FindPreOps(T *cur_op, std::vector<T *> all_ops) { in FindPreOps() 43 std::vector<T *> FindNextOps(T *cur_op, std::vector<T *> all_ops) { in FindNextOps() 56 void FindPreNextOps(std::vector<T *> all_ops) { in FindPreNextOps() 90 … std::vector<T *> *in_ops, std::vector<T *> *out_ops, const std::vector<T *> &all_ops) { in GetGraphInOutOps()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/ |
| D | delegate_utils.h | 179 std::vector<T *> FindPreOps(T *cur_op, std::vector<T *> all_ops) { in FindPreOps() 192 std::vector<T *> FindNextOps(T *cur_op, std::vector<T *> all_ops) { in FindNextOps() 205 void FindPreNextOps(std::vector<T *> all_ops) { in FindPreNextOps() 216 … std::vector<T *> *in_ops, std::vector<T *> *out_ops, const std::vector<T *> &all_ops) { in GetGraphInOutOps()
|
| /third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
| D | operand_to_constant_test.cpp | 278 const auto all_ops = in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
| D | operand_to_constant_test.cpp | 278 const auto all_ops = in TEST() local
|
| /third_party/spirv-tools/test/reduce/ |
| D | operand_to_constant_test.cpp | 278 const auto all_ops = in TEST() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/ |
| D | floatstatus_addn_fusion.cc | 42 …std::unordered_set<std::string> all_ops(flags.enable_expand_ops_only.begin(), flags.enable_expand_… in CanConvert() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/stub/transform/ |
| D | util.cc | 47 graphStatus OperatorFactory::GetOpsTypeList(std::vector<std::string> &all_ops) { return ge::SUCCESS… in GetOpsTypeList() 48 graphStatus OperatorFactory::GetOpsTypeList(std::vector<AscendString> &all_ops) { return ge::SUCCES… in GetOpsTypeList()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops_generate/ |
| D | gen_pyboost_func.py | 266 def generate_pyboost_op_register_source_code(work_path, all_ops, all_operator_names): argument
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| D | resolver_test.cc | 1252 static constexpr ast::BinaryOp all_ops[] = { variable
|