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

Method CheckDevice

src/caffe/common.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool Caffe::CheckDevice(const int device_id) {
74 NO_GPU;
75 return false;
76}
77
78int Caffe::FindDevice(const int start_id) {
79 NO_GPU;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected