Home
last modified time | relevance | path

Searched defs:ref_map (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_info.cc226 void KernelInfo::set_ref_map(const bool &all_ref, const OutputInputRefMap &ref_map) { in set_ref_map()
/third_party/re2/re2/
Dregexp.cc82 absl::flat_hash_map<Regexp*, int> ref_map; member
90 static inline absl::flat_hash_map<Regexp*, int>* ref_map() { in ref_map() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dmem_swap_scheduler.cc277 const auto &ref_map = graph->GetRefMap(); in AddSwappableTensors() local
Dgraph_compiler.cc162 const auto &ref_map = graph->GetRefMap(); in OptimizeNopNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_helper.cc266 void RefreshRefFormat(const std::unordered_map<size_t, size_t> &ref_map, const std::vector<std::str… in RefreshRefFormat() argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_graph_executor.cc811 auto ref_map = kernel_graph->GetRefMap(); in CreateOutputDeviceAddress() local
869 auto ref_map = kernel_graph->GetRefMap(); in AllocOutputMemory() local
Dge_kernel_executor.cc272 const auto &ref_map = sub_graph->GetRefMap(); in InlineSubGraph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph_mgr.cc2865 … const std::map<session::AnfWithOutIndex, session::AnfWithOutIndex> &ref_map, in DoInline()