mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
b2faad0dd8
commit
33af52d23a
|
@ -145,6 +145,10 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
|
||||||
<name>con</name>
|
<name>con</name>
|
||||||
<link>dlib/dnn/layers_abstract.h.html#con_</link>
|
<link>dlib/dnn/layers_abstract.h.html#con_</link>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<name>l2normalize</name>
|
||||||
|
<link>dlib/dnn/layers_abstract.h.html#l2normalize_</link>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<name>dropout</name>
|
<name>dropout</name>
|
||||||
<link>dlib/dnn/layers_abstract.h.html#dropout_</link>
|
<link>dlib/dnn/layers_abstract.h.html#dropout_</link>
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="EXAMPLE_COMPUTATIONAL_LAYER_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="EXAMPLE_COMPUTATIONAL_LAYER_" include="dlib/dnn.h"/>
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="fc_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="fc_" include="dlib/dnn.h"/>
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="con_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="con_" include="dlib/dnn.h"/>
|
||||||
|
<term file="dlib/dnn/layers_abstract.h.html" name="l2normalize_" include="dlib/dnn.h"/>
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="dropout_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="dropout_" include="dlib/dnn.h"/>
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="multiply_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="multiply_" include="dlib/dnn.h"/>
|
||||||
<term file="dlib/dnn/layers_abstract.h.html" name="bn_" include="dlib/dnn.h"/>
|
<term file="dlib/dnn/layers_abstract.h.html" name="bn_" include="dlib/dnn.h"/>
|
||||||
|
|
Loading…
Reference in New Issue