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

Function set_dnn_prefer_smallest_algorithms

dlib/cuda/tensor_tools.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 void set_dnn_prefer_smallest_algorithms(
35 )
36 {
37 dnn_prefer_fastest_algo() = false;
38 }
39}
40
41namespace dlib { namespace tt

Callers 3

perform_testMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

perform_testMethod · 0.68