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

Function context

dlib/cuda/cudnn_dlibapi.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 };
116
117 static cudnnHandle_t context()
118 {
119 thread_local cudnn_context c;
120 return c.get_handle();
121 }
122 // ------------------------------------------------------------------------------------
123
124 class cudnn_activation_descriptor

Callers 15

addFunction · 0.70
batch_normalizeFunction · 0.70
batch_normalize_gradientFunction · 0.70
batch_normalize_convFunction · 0.70
operator()Method · 0.70
get_gradient_for_dataMethod · 0.70

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected