Home
last modified time | relevance | path

Searched defs:device_type (Results 1 – 25 of 67) sorted by relevance

123

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.h53 typedef enum device_type { enum
64 } device_type; typedef
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dexecute.cc57 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/
Dupdate_extension_data.py98 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/
Dtest_ascend_lenet_enable_rdr.py17 def test_train(device_type): argument
Dtest_cpu_lenet_enable_rdr.py17 def test_train(device_type): argument
Dtest_gpu_lenet_enable_rdr.py17 def test_train(device_type): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dtransfer_node.cc34 …::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/
Dtest_tdt_data_transfer_enable_rdr.py31 def test_train(device_type): argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc63 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/
Dinsert_cast_cpu.cc86 …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/
Dms_config.cpp22 …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/
De2e_dump.cc47 … 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/
Ddevice.hpp555 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/
Dmulti_conv_split_pass.cc65 …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/
Dcontext_c.h29 OH_AI_DeviceType device_type; member
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstwin32devicewatcher.cpp50 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/
Dascend_launch_transdata.cc105 std::vector<TypeId> device_type = {dtype_}; in ConstructKernelGraphAndSetAttr() local
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs()
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/
Dspliter.cc75 auto device_type = in RecordGraphInfo() local
/third_party/eudev/src/udev/
Dudevadm-trigger.c123 } device_type = TYPE_DEVICES; in adm_trigger() local
/third_party/mindspore/mindspore/lite/src/common/
Dcontext_util.cc119 auto device_type = device_context.device_type_; in MSContextFromContext() local
/third_party/ffmpeg/libavfilter/
Dvf_hwupload.c39 char *device_type; member
/third_party/boost/boost/iostreams/
Dcode_converter.hpp142 >::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/
Ddevice.hpp438 using device_type = file_stream_device<FormatTag>; typedef
444 using device_type = file_stream_device<FormatTag>; typedef
/third_party/boost/boost/interprocess/
Dmanaged_xsi_shared_memory.hpp71 typedef xsi_shared_memory_file_wrapper device_type; typedef in boost::interprocess::basic_managed_xsi_shared_memory

123