Home
last modified time | relevance | path

Searched defs:memo (Results 1 – 25 of 50) sorted by relevance

12

/third_party/python/Lib/
Dcopy.py128 def deepcopy(x, memo=None, _nil=[]): argument
182 def _deepcopy_atomic(x, memo): argument
201 def _deepcopy_list(x, memo, deepcopy=deepcopy): argument
210 def _deepcopy_tuple(x, memo, deepcopy=deepcopy): argument
227 def _deepcopy_dict(x, memo, deepcopy=deepcopy): argument
237 def _deepcopy_method(x, memo): # Copy instance methods argument
243 def _keep_alive(x, memo): argument
259 def _reconstruct(x, memo, func, args, argument
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2886 memo = {} if args.memo else None variable
Dweakref.py183 def __deepcopy__(self, memo): argument
442 def __deepcopy__(self, memo): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_label_assign.cc68NotNull<std::set<std::shared_ptr<session::KernelGraph>> *> memo) { in AssignLabelForLabelSet()
99NotNull<std::set<std::shared_ptr<session::KernelGraph>> *> memo) { in AssignLabelForGotoSwitch()
132 std::set<std::shared_ptr<session::KernelGraph>> memo; in AssignLabel() local
/third_party/node/lib/internal/util/
Dcomparisons.js392 function setHasEqualElement(set, val1, strict, memo) { argument
438 function mapMightHaveLoosePrim(a, b, prim, item, memo) { argument
451 function setEquiv(a, b, strict, memo) { argument
503 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { argument
518 function mapEquiv(a, b, strict, memo) { argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/
Dbindings.cc47 .def("__deepcopy__", [](py::object &t, py::dict memo) { return t; }); in __anonf5bd16170102()
/third_party/node/deps/npm/node_modules/cacache/
Drm.js6 const memo = require('./lib/memoization') constant
Dput.js5 const memo = require('./lib/memoization') constant
Dget.js8 const memo = require('./lib/memoization') constant
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/consumer/
Dbindings.cc96 … .def("__deepcopy__", [](py::object &tree_getter, py::dict memo) { return tree_getter; }); in __anon73a971de0602()
107 … .def("__deepcopy__", [](py::object &runtime_context, py::dict memo) { return runtime_context; }); in __anon73a971de1002()
145 … .def("__deepcopy__", [](py::object &to_device, py::dict memo) { return to_device; }); in __anon73a971de1702()
/third_party/node/deps/npm/node_modules/osenv/
Dosenv.js11 function memo (key, lookup, fallback) { function
/third_party/node/deps/npm/node_modules/psl/
Dindex.js41 return internals.rules.reduce(function (memo, rule) { argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/
Dbindings.cc57 .def("__deepcopy__", [](py::object &schema, py::dict memo) { return schema; }); in __anon6fc53b830102()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc105 .def("__deepcopy__", [](py::object &t, py::dict memo) { return t; }); in __anon12eb144c0a02()
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
Dcdoc.py65 def memo(self): member in Lines
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTextTrieMapTest.java220 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
/third_party/mindspore/mindspore/dataset/engine/
Diterators.py144 def __deepcopy__(self, memo): argument
/third_party/python/Lib/json/
Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
/third_party/python/Lib/test/
Dtest_genericalias.py285 def __deepcopy__(self, memo): argument
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js12 return split.reduce(function(memo, s) { argument
/third_party/python/Modules/clinic/
Dzlibmodule.c.h530 PyObject *memo; in zlib_Compress___deepcopy__() local
629 PyObject *memo; in zlib_Decompress___deepcopy__() local
/third_party/protobuf/python/google/protobuf/
Dmessage.py80 def __deepcopy__(self, memo=None): argument
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc366 NotNull<std::set<KernelGraphPtr> *> memo) { in AddGraphToManager()
559 std::set<KernelGraphPtr> memo; in CompileGraphImpl() local
1767 …sion::IrFusionPass(const NotNull<KernelGraphPtr> graph, NotNull<std::set<KernelGraphPtr> *> memo) { in IrFusionPass()
1794 std::set<KernelGraphPtr> memo; in SelectKernel() local
1814 NotNull<std::set<KernelGraphPtr> *> const memo, in RecurseSelectKernelInfo()
/third_party/mindspore/mindspore/ops/
Dprimitive.py255 def __deepcopy__(self, memo): argument

12