MCPcopy Create free account
hub / github.com/davisking/dlib / async_copy_to_device

Method async_copy_to_device

dlib/cuda/tensor.h:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 const_iterator end() const { return host()+size(); }
60
61 void async_copy_to_device() const
62 {
63 data().async_copy_to_device();
64 }
65
66 virtual const float* host() const = 0;
67 virtual float* host() = 0;

Callers 3

perform_testMethod · 0.45
to_tensorMethod · 0.45
to_tensorMethod · 0.45

Calls 1

dataClass · 0.50

Tested by 1

perform_testMethod · 0.36