| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ |
| D | factory.h | 47 …void RegDelegate(const mindspore::DeviceType &device_type, const std::string &provider, DelegateCr… in RegDelegate() 57 void UnRegDelegate(const mindspore::DeviceType &device_type, const std::string &provider) { in UnRegDelegate() 63 T GetDelegate(const mindspore::DeviceType &device_type, const std::string &provider, in GetDelegate() 84 DelegateRegistrar(const mindspore::DeviceType &device_type, const std::string &provider, in DelegateRegistrar() 91 #define REG_DELEGATE(device_type, provider, creator) … argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/ |
| D | graph_kernel_info.h | 45 void Register(const std::string &device_type, GraphKernelInfoCreator &&creator) { in Register() 51 std::shared_ptr<GraphKernelInfo> GetGraphKernelInfo(const std::string &device_type) { in GetGraphKernelInfo() 67 GraphKernelInfoRegister(const std::string &device_type, GraphKernelInfoCreator &&creator) { in GraphKernelInfoRegister()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/graph_kernel/ |
| D | graph_kernel_builder_manager.cc | 26 void GraphKernelBuildManager::Register(const std::string &device_type, bool is_dynamic, in Register() 34 …<GraphKernelBuilder> GraphKernelBuildManager::GetGraphKernelBuilder(const std::string &device_type, in GetGraphKernelBuilder()
|
| D | graph_kernel_builder_manager.h | 43 …GraphKernelBuildRegister(const std::string &device_type, bool is_dynamic, GraphKernelBuildCreator … in GraphKernelBuildRegister()
|
| /third_party/FreeBSD/sys/dev/usb/implementation/ |
| D | usb_init.h | 53 typedef enum device_type { enum 64 } device_type; typedef
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/ |
| D | factory.cc | 33 std::shared_ptr<GraphCell::GraphImpl> GraphImplFactory::Create(enum DeviceType device_type) { in Create() 60 std::shared_ptr<ModelImpl> ModelImplFactory::Create(enum DeviceType device_type) { in Create()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/collective/ |
| D | collective_manager.cc | 156 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in Initialize() local 219 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in InitializeDummyCommLib() local 233 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in FinalizeDummyCommLib() local 512 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in InitDeviceCommLib() local 600 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in CreateSimulationGroup() local 627 std::string device_type = MsContext::GetInstance()->get_param<std::string>(MS_CTX_DEVICE_TARGET); in GetCommunicatorInitTimeout() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | execute.cc | 68 Status Execute::InitResource(MapTargetDevice device_type, uint32_t device_id) { in InitResource() 127 Execute::Execute(const std::shared_ptr<TensorOperation> &op, MapTargetDevice device_type, uint32_t … in Execute() 145 Execute::Execute(const std::shared_ptr<TensorTransform> &op, MapTargetDevice device_type, uint32_t … in Execute() 154 Execute::Execute(const std::reference_wrapper<TensorTransform> &op, MapTargetDevice device_type, ui… in Execute() 166 Execute::Execute(TensorTransform *op, MapTargetDevice device_type, uint32_t device_id) { in Execute() 176 …ute::Execute(const std::vector<std::shared_ptr<TensorOperation>> &ops, MapTargetDevice device_type, in Execute() 183 …ute::Execute(const std::vector<std::shared_ptr<TensorTransform>> &ops, MapTargetDevice device_type, in Execute() 193 …ecute(const std::vector<std::reference_wrapper<TensorTransform>> &ops, MapTargetDevice device_type, in Execute() 213 Execute::Execute(const std::vector<TensorTransform *> &ops, MapTargetDevice device_type, uint32_t d… in Execute()
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | update_extension_data.py | 98 def name_device(gpu, device_type): argument 114 def get_props_string(gpu, bot_os, device_os, device_type): argument 119 def collect_task_and_update_json(task_id, gpu, bot_os, device_os, device_type): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/ |
| D | somas.h | 241 void Register(device::DeviceType device_type, SomasCreator &&creator) { in Register() 248 SomasPtr GetSomas(device::DeviceType device_type) { in GetSomas() 263 SomasRegister(device::DeviceType device_type, SomasCreator &&creator) { in SomasRegister()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/ |
| D | insert_cast_cpu.cc | 56 … const AnfNodePtr &cast, const std::string &format, const TypeId &device_type, in SyncWeightNodeWithCast() 93 auto device_type = AnfAlgo::GetInputDeviceDataType(cnode, input_index); in InsertCast() local 153 auto device_type = AnfAlgo::GetPrevNodeOutputDeviceDataType(func_output, i); in InsertCastForGraphOutput() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/format_type/ |
| D | insert_cast.cc | 61 const auto device_type = AnfAlgo::GetOutputDeviceDataType(cnode, output_idx); in InsertCastForMultipleOutput() local 104 const TypeId device_type = AnfAlgo::GetOutputDeviceDataType(cnode, 0); in InsertCastForOutput() local 165 …if (TypeId device_type = AnfAlgo::GetInputDeviceDataType(cnode, input_index); origin_type != devic… in InsertCastForInput() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/networks/ |
| D | test_cpu_lenet_enable_rdr.py | 18 def test_train(device_type): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
| D | data_queue_node.cc | 27 …:DataQueueNode(std::shared_ptr<DatasetNode> child, std::string queue_name, std::string device_type, in DataQueueNode() 129 std::string device_type = json_obj["device_type"]; in from_json() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/data_transfer/ |
| D | test_tdt_data_transfer_enable_rdr.py | 32 def test_train(device_type): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/ |
| D | tensor_pybind.cc | 138 …reate_tensor(DataType data_type, const std::vector<int64_t> &shape, const std::string &device_type, in create_tensor() 150 MSTensorPtr create_tensor_by_tensor(const MSTensor &tensor, const std::string &device_type, int dev… in create_tensor_by_tensor() 160 MSTensorPtr create_tensor_by_numpy(const py::array &input, const std::string &device_type, int32_t … in create_tensor_by_numpy()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/c_api/ |
| D | type_c_private.h | 33 OH_AI_NNRTDeviceType device_type; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/ |
| D | kernel_builder.cc | 50 auto device_type = Callback::Instance()->GetTargetFromContext(); in Run() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/ |
| D | factory.h | 56 std::shared_ptr<T> Create(enum DeviceType device_type) { in Create()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fisson/ |
| D | multi_conv_split_pass.cc | 66 …auto device_type = (device_type_attr != nullptr) ? GetValue<int32_t>(device_type_attr) : kDeviceTy… in Process() local
|
| /third_party/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
| D | device.rs | 37 pub fn device_type(&self) -> pipe_loader_device_type { in device_type() method
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | device.cpp | 48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/parallel/ |
| D | spliter.cc | 76 auto device_type = in RecordGraphInfo() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/acl/ |
| D | acl_model.cc | 171 bool AclModel::CheckDeviceSupport(mindspore::DeviceType device_type) { in CheckDeviceSupport()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/graph/acl/ |
| D | acl_graph_impl.cc | 246 bool AclGraphImpl::CheckDeviceSupport(mindspore::DeviceType device_type) { in CheckDeviceSupport()
|