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

Method FindDevice

src/caffe/common.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int Caffe::FindDevice(const int start_id) {
79 NO_GPU;
80 return -1;
81}
82
83class Caffe::RNG::Generator {
84 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected