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

Function descriptor

dlib/cuda/cudnn_dlibapi.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 // ------------------------------------------------------------------------------------
63
64 static cudnnTensorDescriptor_t descriptor(const tensor& t)
65 {
66 return (const cudnnTensorDescriptor_t)t.get_cudnn_tensor_descriptor().get_handle();
67 }
68 static cudnnTensorDescriptor_t descriptor(const tensor_descriptor& t)
69 {
70 return (const cudnnTensorDescriptor_t)t.get_handle();

Callers 15

addFunction · 0.85
batch_normalizeFunction · 0.85
batch_normalize_gradientFunction · 0.85
batch_normalize_convFunction · 0.85
setupMethod · 0.85
operator()Method · 0.85

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected