Home
last modified time | relevance | path

Searched defs:output_with_index (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.cc204 KernelWithIndex FetchFrontNodeWithIndexByGraphOutput(const KernelWithIndex &output_with_index, in FetchFrontNodeWithIndexByGraphOutput()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dgraph_compiler.cc279 void UpdateRefCountForGraphOutput(const std::vector<KernelWithIndex> &output_with_index) { in UpdateRefCountForGraphOutput()
Dgraph_scheduler.cc387 for (const auto &output_with_index : outputs) { in CacheGraphOutputToActor() local
1499 for (const auto &output_with_index : unique_outputs) { in LinkOutputResultArrowForOutputActor() local
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.cc388 auto output_with_index = AnfAlgo::VisitKernelWithReturnType(node, i, false, return_types); in GetAllOutputWithIndex() local