Searched defs:TestDeviceAddress (Results 1 – 1 of 1) sorted by relevance
56 TestDeviceAddress(const KernelTensorPtr &kernel_tensor) : DeviceAddress(kernel_tensor) {} in TestDeviceAddress() function57 TestDeviceAddress(void *ptr, size_t size) : DeviceAddress(ptr, size) {} in TestDeviceAddress() function58 …TestDeviceAddress(void *ptr, size_t size, const std::string &format, TypeId type_id, const std::st… in TestDeviceAddress() function