Home
last modified time | relevance | path

Searched defs:wrappers (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/ut/cpp/transform/
Dgraph_manager_test.cc50 std::vector<DfGraphWrapperPtr> wrappers = graph_manager.GetAllGraphs(); in TEST_F() local
/third_party/mindspore/mindspore/core/mindrt/include/async/
Dcollect.h109 std::list<Future<Nothing>> wrappers = {futures.Then([]() { return Nothing(); })...}; in Collect() local
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dgraph_runner.cc89 std::vector<DfGraphWrapperPtr> wrappers = graph_manager_.GetAllGraphs(); in GraphRunner() local
/third_party/optimized-routines/math/test/rtest/
Dintern.h79 wrapperfunc wrappers[MAXWRAPPERS]; member
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dninja.py1683 def CommandWithWrapper(cmd, wrappers, prog): argument
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja.py2086 def CommandWithWrapper(cmd, wrappers, prog): argument