Searched refs:data_dst_ptr (Results 1 – 1 of 1) sorted by relevance
882 DeviceMemoryBase data_dst_ptr = in RestoreParams() local884 stream->ThenMemcpy(&data_dst_ptr, data_src_ptr, size_in_bytes); in RestoreParams()1161 auto data_dst_ptr = StreamExecutorUtil::AsDeviceMemory<T>(*output); in Compute() local1162 stream->ThenMemcpy(&data_dst_ptr, data_src_ptr, size_in_bytes); in Compute()1182 auto data_dst_ptr = StreamExecutorUtil::AsDeviceMemory<T>(*output); in Compute() local1183 stream->ThenMemcpy(&data_dst_ptr, data_src_ptr, size_in_bytes); in Compute()