Searched defs:DeviceAddress (Results 1 – 9 of 9) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/ |
| D | py_execute_utils.h | 25 using DeviceAddress = device::DeviceAddress; variable
|
| D | device_address.h | 106 explicit DeviceAddress(const KernelTensorPtr &kernel_tensor) in DeviceAddress() function 109 explicit DeviceAddress(void *ptr, size_t size) { in DeviceAddress() function 113 explicit DeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id) { in DeviceAddress() function 121 explicit DeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in DeviceAddress() function 132 …explicit DeviceAddress(void *ptr, size_t size, const std::string &device_name, uint32_t device_id)… in DeviceAddress() function 140 …explicit DeviceAddress(void *ptr, size_t size, const string &format, TypeId type_id, const std::st… in DeviceAddress() function 151 …explicit DeviceAddress(void *ptr, size_t size, const ShapeVector &shape_vector, const Format &form… in DeviceAddress() function 156 explicit DeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, in DeviceAddress() function
|
| D | anf_runtime_algorithm.h | 44 using DeviceAddress = device::DeviceAddress; variable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/ |
| D | ir_converter.cc | 76 std::map<device::DeviceAddress *, EdgePtr> *address_to_edge) { in ConvertValueNodes() 99 … std::map<device::DeviceAddress *, EdgePtr> *address_to_edge) { in ConvertGraphInputs() 118 … const std::map<device::DeviceAddress *, EdgePtr> &address_to_edge) { in ConvertGraphOutputs() 134 … const std::map<device::DeviceAddress *, EdgePtr> &address_to_edge) { in ConvertSingleOpInputEdges() 154 … std::map<device::DeviceAddress *, EdgePtr> *address_to_edge) { in ConvertSingleOpOutputEdges()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/ |
| D | infer_device_address.h | 23 using DeviceAddress = mindspore::device::DeviceAddress; variable
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkMemUtil.hpp | 93 static const MemoryRequirement DeviceAddress; member in vk::MemoryRequirement
|
| D | vkMemUtil.cpp | 117 const MemoryRequirement MemoryRequirement::DeviceAddress = MemoryRequirement(MemoryRequirement::… member in vk::MemoryRequirement
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 5925 using DeviceAddress = uint64_t; typedef
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 6126 using DeviceAddress = uint64_t; typedef
|