Searched defs:node_with_index (Results 1 – 14 of 14) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/ |
| D | output_actor.cc | 241 auto node_with_index = input_data->data_->GetNodeIndex(); in RunOpData() local 396 auto node_with_index = device_tensor->GetNodeIndex(); in UpdateOutputDeviceAddress() local
|
| D | any_type_kernel_actor.cc | 600 …for (const auto &node_with_index : common::AnfAlgo::GetAllOutputWithOutMonadAndParameter(graph()->… in Init() local 723 auto node_with_index = graph_output_data->data_->node_index(); in FetchGraphOutput() local
|
| D | data_source_actor.cc | 229 for (auto &node_with_index : data_node_with_indexs_) { in FillDataBuffer() local
|
| D | data_prepare_actor.cc | 959 void DataPrepareActor::PrepareDataForControlValueNode(const KernelWithIndex &node_with_index, in PrepareDataForControlValueNode()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/ |
| D | reduce_same_op_in_horizon.cc | 111 std::map<AnfNodePtr, size_t> node_with_index; in Process() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/control_flow/ |
| D | exit_actor.cc | 344 const KernelWithIndex &node_with_index = input_device_tensor->GetNodeIndex(); in CopyDeviceAddress() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/ |
| D | control_node_parser.cc | 38 bool IsFrontValueNode(const KernelWithIndex &node_with_index) { in IsFrontValueNode() 49 KernelWithIndex FetchRealInputNode(const KernelWithIndex &node_with_index) { in FetchRealInputNode() 137 auto node_with_index = common::AnfAlgo::VisitKernelWithReturnType(node.first, node.second); in FetchRealParameterByNode() local 544 const auto &node_with_index = in FetchInputNodeByNode() local 766 KernelWithIndex FetchRealNodeByGetItem(const KernelWithIndex &node_with_index) { in FetchRealNodeByGetItem() 925 …const auto &node_with_index = common::AnfAlgo::VisitKernelWithReturnType(node, 0, false, return_ty… in FetchRealDependNodeByAutoMonad() local 1878 …lWithIndex ControlNodeParser::FetchBackendNodeByFrontNode(const KernelWithIndex &node_with_index) { in FetchBackendNodeByFrontNode()
|
| D | control_node_scheduler.cc | 201 const auto &node_with_index = node_with_index_with_context.first; in BuildDataSourceActorForControlNode() local
|
| D | graph_scheduler.cc | 1274 auto node_with_index = graph->GetElementInTupleBackendFrontIndexMap(input_node); in BuildDataSourceActor() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/ |
| D | ir_converter.cc | 213 device::DeviceAddressPtr origin_address, session::KernelWithIndex node_with_index) in Edge()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/ |
| D | ge_graph_executor.cc | 270 const auto &node_with_index = common::AnfAlgo::FetchRealNodeSkipMonadControl(output); in EnableGraphOutputZeroCopy() local 1033 for (auto &node_with_index : graph_outputs_all) { in AddRefCorrespondPairs() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/ |
| D | transform_op_optimizer.cc | 634 size_t GetNodeId(const NodeWithIndex &node_with_index) { in GetNodeId()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | anfalgo.cc | 391 KernelWithIndex AnfAlgo::FetchRealNodeSkipMonadControl(const KernelWithIndex &node_with_index) { in FetchRealNodeSkipMonadControl() 459 for (const auto &node_with_index : graph_outputs) { in GetAllOutputWithOutMonadAndParameter() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/ |
| D | anf_runtime_algorithm.cc | 1049 …const AnfWithOutIndex &node_with_index, void *const device_ptr, size_t size, const string &format,… in CreateOutputKernelTensorWithDeviceInfo()
|