| /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/ccsrc/minddata/dataset/api/ |
| D | execute.cc | 57 Status Execute::InitResource(MapTargetDevice device_type, uint32_t device_id) { in InitResource() 73 Execute::Execute(std::shared_ptr<TensorOperation> op, MapTargetDevice device_type, uint32_t device_… in Execute() 80 Execute::Execute(std::shared_ptr<TensorTransform> op, MapTargetDevice device_type, uint32_t device_… in Execute() 89 Execute::Execute(std::reference_wrapper<TensorTransform> op, MapTargetDevice device_type, uint32_t … in Execute() 101 Execute::Execute(TensorTransform *op, MapTargetDevice device_type, uint32_t device_id) { in Execute() 111 Execute::Execute(std::vector<std::shared_ptr<TensorOperation>> ops, MapTargetDevice device_type, ui… in Execute() 117 Execute::Execute(std::vector<std::shared_ptr<TensorTransform>> ops, MapTargetDevice device_type, ui… in Execute() 126 …xecute(const std::vector<std::reference_wrapper<TensorTransform>> ops, MapTargetDevice device_type, in Execute() 146 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/tests/st/networks/ |
| D | test_ascend_lenet_enable_rdr.py | 17 def test_train(device_type): argument
|
| D | test_cpu_lenet_enable_rdr.py | 17 def test_train(device_type): argument
|
| D | test_gpu_lenet_enable_rdr.py | 17 def test_train(device_type): argument
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/ |
| D | transfer_node.cc | 34 …::TransferNode(std::shared_ptr<DatasetNode> child, std::string queue_name, std::string device_type, in TransferNode() 140 std::string device_type = json_obj["device_type"]; in from_json() local
|
| /third_party/mindspore/tests/st/data_transfer/ |
| D | test_tdt_data_transfer_enable_rdr.py | 31 def test_train(device_type): argument
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
| D | insert_cast.cc | 63 const auto device_type = AnfAlgo::GetOutputDeviceDataType(cnode, output_idx); in InsertCastForMultipleOutput() local 98 const TypeId device_type = AnfAlgo::GetOutputDeviceDataType(cnode, 0); in InsertCastForOutput() local
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/cpu/ |
| D | insert_cast_cpu.cc | 86 …if (TypeId device_type = AnfAlgo::GetInputDeviceDataType(cnode, input_index); origin_type != devic… in InsertCast() local 101 auto device_type = AnfAlgo::GetOutputDeviceDataType(cnode, i); in InsertCastForGraphOutput() local
|
| /third_party/mindspore/mindspore/lite/java/native/runtime/ |
| D | ms_config.cpp | 22 …JNIEnv *env, jobject thiz, jint device_type, jint thread_num, jint cpu_bind_mode, jboolean enable_… in Java_com_mindspore_lite_config_MSConfig_createMSConfig()
|
| /third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
| D | e2e_dump.cc | 47 … const TypeId &host_type, const TypeId &device_type, bool trans_flag, size_t slot, in DumpGPUMemToFile() 110 auto device_type = AnfAlgo::GetOutputDeviceDataType(node, j); in DumpOutputImpl() local 189 auto device_type = AnfAlgo::GetOutputDeviceDataType(input, index); in DumpInputImpl() local 238 auto device_type = AnfAlgo::GetOutputDeviceDataType(anf_node, output_index); in DumpSingleAnfNode() local
|
| /third_party/boost/boost/gil/io/ |
| D | device.hpp | 555 using device_type = istream_device<FormatTag>; typedef 565 using device_type = file_stream_device<FormatTag>; typedef 626 using device_type = ostream_device<FormatTag>; typedef 632 using device_type = file_stream_device<FormatTag>; typedef
|
| /third_party/mindspore/mindspore/lite/tools/optimizer/fisson/ |
| D | multi_conv_split_pass.cc | 65 …auto device_type = (device_type_attr != nullptr) ? GetValue<int32_t>(device_type_attr) : kDeviceTy… in Process() local
|
| /third_party/mindspore/mindspore/lite/src/c_api/ |
| D | context_c.h | 29 OH_AI_DeviceType device_type; member
|
| /third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
| D | gstwin32devicewatcher.cpp | 50 DWORD device_type; member 274 gst_win32_device_watcher_new (DWORD device_type, const GUID * class_guid, in gst_win32_device_watcher_new()
|
| /third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
| D | ascend_launch_transdata.cc | 105 std::vector<TypeId> device_type = {dtype_}; in ConstructKernelGraphAndSetAttr() local
|
| /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/lite/tools/optimizer/parallel/ |
| D | spliter.cc | 75 auto device_type = in RecordGraphInfo() local
|
| /third_party/eudev/src/udev/ |
| D | udevadm-trigger.c | 123 } device_type = TYPE_DEVICES; in adm_trigger() local
|
| /third_party/mindspore/mindspore/lite/src/common/ |
| D | context_util.cc | 119 auto device_type = device_context.device_type_; in MSContextFromContext() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_hwupload.c | 39 char *device_type; member
|
| /third_party/boost/boost/iostreams/ |
| D | code_converter.hpp | 142 >::type device_type; typedef 248 typedef typename impl_type::device_type device_type; typedef in boost::iostreams::code_converter
|
| /third_party/boost/boost/gil/extension/io/tiff/detail/ |
| D | device.hpp | 438 using device_type = file_stream_device<FormatTag>; typedef 444 using device_type = file_stream_device<FormatTag>; typedef
|
| /third_party/boost/boost/interprocess/ |
| D | managed_xsi_shared_memory.hpp | 71 typedef xsi_shared_memory_file_wrapper device_type; typedef in boost::interprocess::basic_managed_xsi_shared_memory
|