Home
last modified time | relevance | path

Searched refs:GetAllInputDeviceTypes (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dcast_matmul_fusion.cc29 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateBuildInfo()
31 auto cast_types = AnfAlgo::GetAllInputDeviceTypes(cast_node); in UpdateBuildInfo()
Dinsert_pad.cc173 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul); in InsertPad()
225 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(matmul_node); in UpdateMatmulInfo()
Doptimize_assign.cc176 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in ReplaceAssignByInplaceAssignInGraphkernel()
Dtsa_atomic_add_to_first_tensor.cc152 auto origin_inputs_type = origin_kernel_build_info->GetAllInputDeviceTypes(); in CorrectKernelBuildInfo()
Ddecrease_compute_precision.cc69 std::vector<TypeId> input_types = AnfAlgo::GetAllInputDeviceTypes(cnode); in UpdateOutputInfo()
Ddecrease_transfer_precision.cc248 auto ori_input_format = AnfAlgo::GetAllInputDeviceTypes(node); in Process_Son()
Dgraph_kernel_expander.cc244 auto all_inputs_type = AnfAlgo::GetAllInputDeviceTypes(node); in CanExpand()
Dadd_atomic_clean.cc239 auto origin_inputs_type = origin_kernel_build_info->GetAllInputDeviceTypes(); in CorrectKernelBuildInfo()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dtranspose_transdata_fusion.cc50 new_transdata_builder->SetInputsDeviceType(transdata_kernel_build_info->GetAllInputDeviceTypes()); in Process()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Ddynamic_rnn_grad_reformat.cc67 split_new_builder->SetInputsDeviceType(split_kernel_build_info->GetAllInputDeviceTypes()); in Process()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.h77 const std::vector<TypeId> &GetAllInputDeviceTypes() const;
Dkernel_build_info.cc60 const std::vector<TypeId> &KernelBuildInfo::GetAllInputDeviceTypes() const { return inputs_device_t… in GetAllInputDeviceTypes() function in mindspore::kernel::KernelBuildInfo
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h143 static std::vector<TypeId> GetAllInputDeviceTypes(const AnfNodePtr &node);
Danf_runtime_algorithm.cc688 std::vector<TypeId> AnfRuntimeAlgorithm::GetAllInputDeviceTypes(const AnfNodePtr &node) { in GetAllInputDeviceTypes() function in mindspore::session::AnfRuntimeAlgorithm
699 auto types = build_info->GetAllInputDeviceTypes(); in GetAllInputDeviceTypes()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.cc87 auto supported_akg_type = kernel_info_list[i]->GetAllInputDeviceTypes(); in SupportedTypeList()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc559 builder->SetInputsDeviceType(kernel_build_info->GetAllInputDeviceTypes()); in SetKernelInfo()