Home
last modified time | relevance | path

Searched defs:TestDeviceAddress (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/common/
Ddevice_common_test.h56 TestDeviceAddress(const KernelTensorPtr &kernel_tensor) : DeviceAddress(kernel_tensor) {} in TestDeviceAddress() function
57 TestDeviceAddress(void *ptr, size_t size) : DeviceAddress(ptr, size) {} in TestDeviceAddress() function
58TestDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const std::st… in TestDeviceAddress() function