| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/ |
| D | callback_impl.cc | 37 …KernelWithIndex kernel_with_index = AnfUtils::VisitKernel(node->cast<CNodePtr>()->input(i + 1), 0); in GetInputInferShape() local 79 …KernelWithIndex kernel_with_index = AnfUtils::VisitKernel(node->cast<CNodePtr>()->input(i + 1), 0); in GetInputInferType() local 112 auto kernel_with_index = AnfUtils::VisitKernel(cnode->input(i + 1), 0); in GetInputFormat() local 162 auto kernel_with_index = AnfUtils::VisitKernel(outputs[i], 0); in SetGraphKernelNodeKernelInfo() local
|
| D | format_recognition.cc | 92 auto kernel_with_index = AnfUtils::VisitKernel(cnode->input(i), 0); in SetOutputsFormat() local
|
| D | graph_kernel_expander_lite.cc | 79 auto kernel_with_index = AnfUtils::VisitKernel(cnode->input(i), 0); in GetFixedFormat() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/ |
| D | cpu_simple_mem_plan.cc | 31 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(kernel, i); in MemPlan() local 75 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(kernel, i); in MemAssign() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/ |
| D | insert_identity.cc | 90 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(cnode, index, false); in InsertTransIdentityForInput() local 112 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(cnode, index, false); in InsertCastIdentityForInput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/ |
| D | tsa_atomic_add_to_first_tensor.cc | 108 auto kernel_with_index = common::AnfAlgo::VisitKernel(tsa_first_input.first, 0); in GetOrCreateNewTsaFirstNode() local 164 auto kernel_with_index = common::AnfAlgo::VisitKernel(modified_input, 0); in ChangeKernelBuildInfo() local
|
| D | add_stitch_atomic_clean_gpu.cc | 48 auto kernel_with_index = common::AnfAlgo::VisitKernel(inplace_infos[0].second, 0); in CorrectKernelBuildInfo() local
|
| D | inplace_assign_builder.cc | 82 auto kernel_with_index = common::AnfAlgo::VisitKernel(new_input, 0); in CorrectKernelBuildInfo() local
|
| D | graph_kernel_helper.cc | 309 auto kernel_with_index = common::AnfAlgo::VisitKernel(inputs[i], 0); in CreateCNode() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/ |
| D | session_basic.cc | 545 auto kernel_with_index = common::AnfAlgo::VisitKernel(node, 0); in CalculateRefCount() local 574 auto kernel_with_index = common::AnfAlgo::VisitKernel(input, 0); in GetForwardOpOutputRefCount() local 628 for (const auto &kernel_with_index : input_kernel) { in HandleOpInputs() local 673 auto kernel_with_index = make_pair(kernel, out_index++); in HandleOpOutputs() local 774 …const KernelWithIndex &kernel_with_index, const std::map<KernelWithIndex, tensor::BaseTensorPtr> &… in GetCNodeOutputTensor() argument 833 auto kernel_with_index = common::AnfAlgo::VisitKernel(input, 0); in GetOpInputTensors() local 910 …d::function<ValuePtr(const KernelWithIndex &)> fn = [&](const KernelWithIndex &kernel_with_index) … in GetOpInputTensorsFromCNode() 944 KernelWithIndex kernel_with_index; in GetOpInputTensorsFromCNode() local 971 auto kernel_with_index = common::AnfAlgo::VisitKernel(input, 0); in GetOpInputTensorByIndex() local
|
| D | anf_runtime_algorithm.cc | 513 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(anf_node, input_idx); in GetPrevNodeOutputFormat() local 518 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, input_idx); in GetPrevNodeOutputReshapeType() local 815 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(anf_node, input_idx); in GetPrevNodeOutputDeviceDataType() local 873 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(cnode, 0); in OutputAddrExist() local 898 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(anf_node, input_idx); in GetPrevNodeOutputAddr() local 904 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(anf_node, input_idx); in GetPrevNodeMutableOutputAddr() local 1018 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, input_idx, false); in GetPrevNodeOutputKernelTensor() local 1024 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, input_idx, false); in GetOrCreatePrevNodeOutputKernelTensor() local 2003 KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, input_idx); in GetPrevNodeOutputDetailShape() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/ |
| D | callback_impl.cc | 53 void GetTypeAndFormats(const device::KernelWithIndex &kernel_with_index, std::vector<TypeId> *input… in GetTypeAndFormats() 136 auto kernel_with_index = AnfUtils::VisitKernel(node, 0); in CollectInputTypesAndFormats() local 182 auto kernel_with_index = common::AnfAlgo::VisitKernel(outputs[i], 0); in SetGraphKernelNodeKernelInfo() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/ |
| D | deal_ref_output.cc | 88 session::KernelWithIndex kernel_with_index = common::AnfAlgo::VisitKernel(node, 0); in FindRefOriginNode() local 120 session::KernelWithIndex kernel_with_index = in AddRefNodePairToKernelGraph() local
|
| D | insert_cast.cc | 149 auto kernel_with_index = common::AnfAlgo::VisitKernelWithReturnType(cur_input, 0); in InsertCastForInput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/ |
| D | insert_tensor_move_for_hccl_op.cc | 73 auto kernel_with_index = common::AnfAlgo::VisitKernelWithReturnType(input, 0, true); in NeedInsertTensorMoveForSpecialCase() local
|
| D | concat_outputs_for_all_gather.cc | 59 auto kernel_with_index = common::AnfAlgo::VisitKernel(node, 0); in GetNodesOutputInfo() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/ |
| D | acl_helper.cc | 101 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, 0); in SetParameterFormat() local 189 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, i); in GetInputBuildInfo() local 511 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, i); in GetValidKernelBuildInfo() local
|
| D | op_api_util.cc | 116 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, i); in GetValidKernelBuildInfo() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/hcom/ |
| D | insert_tensor_move_for_hccl_op_ge.cc | 129 auto kernel_with_index = common::AnfAlgo::VisitKernelWithReturnType(input, 0, true); in NeedInsertTensorMoveForSpecialCase() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/ |
| D | anfalgo.cc | 715 [](auto kernel_with_index) { in GetRealPrevNodesOutputInferDataType() 819 KernelWithIndex kernel_with_index = AnfAlgo::GetPrevNodeOutput(node, input_idx); in GetPrevNodeOutputInferShape() local 980 KernelWithIndex kernel_with_index = AnfAlgo::GetPrevNodeOutput(node, input_idx); in GetPrevNodeOutputInferDataType() local 985 KernelWithIndex kernel_with_index = AnfAlgo::GetPrevNodeOutput(node, input_idx); in GetPrevNodeOutputInferType() local 1117 AnfNodePtr AnfAlgo::GetOutputOfGraphkernel(const KernelWithIndex &kernel_with_index) { in GetOutputOfGraphkernel() 1525 auto kernel_with_index = VisitKernel(input_node, 0); in GetPrevNodeOutputPrecision() local 1954 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, index); in IsNoneInput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/ |
| D | op_runtime_info.cc | 81 … session::KernelWithIndex kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, i, true); in CacheForExecutionOrder() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/ |
| D | cpu_e2e_dump.cc | 105 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, j); in DumpInputImpl() local
|
| D | e2e_dump.cc | 311 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, j); in DumpInputImpl() local 364 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(node, j); in DumpInputData() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/ |
| D | mem_swap_manager.cc | 214 auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(user.first, IntToSize(user.second)); in IsInplaceRelevantOp() local 247 …auto kernel_with_index = common::AnfAlgo::GetPrevNodeOutput(user_kernel, IntToSize(node_pair.secon… in SaveUserKernelTopoOrder() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/ |
| D | acl_stream_assign.cc | 120 auto kernel_with_index = common::AnfAlgo::VisitKernelWithReturnType(input_node, 0, true); in AssignStream() local 245 auto kernel_with_index = common::AnfAlgo::VisitKernelWithReturnType(input_node, 0, true); in ProcessSideEffect() local
|