MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / curand_generator

Method curand_generator

rtpose_wrapper/include/caffe/common.hpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134#ifndef CPU_ONLY
135 inline static cublasHandle_t cublas_handle() { return Get().cublas_handle_; }
136 inline static curandGenerator_t curand_generator() {
137 return Get().curand_generator_;
138 }
139#endif
140
141 // Returns the mode: running on CPU or GPU.

Callers

nothing calls this directly

Calls 1

GetClass · 0.85

Tested by

no test coverage detected