MCPcopy Create free account
hub / github.com/BVLC/caffe / DeviceQuery

Method DeviceQuery

src/caffe/common.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Caffe::DeviceQuery() {
70 NO_GPU;
71}
72
73bool Caffe::CheckDevice(const int device_id) {
74 NO_GPU;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected