Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
4a97b216
Commit
4a97b216
authored
Apr 06, 2018
by
Davis King
Browse files
updated docs
parent
592361ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
21 deletions
+21
-21
docs/docs/ml.xml
docs/docs/ml.xml
+4
-4
docs/docs/term_index.xml
docs/docs/term_index.xml
+17
-17
No files found.
docs/docs/ml.xml
View file @
4a97b216
...
@@ -834,8 +834,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -834,8 +834,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<component>
<component>
<name>
resizable_tensor
</name>
<name>
resizable_tensor
</name>
<file>
dlib/
dnn
.h
</file>
<file>
dlib/
cuda/tensor
.h
</file>
<spec_file
link=
"true"
>
dlib/
dnn
/tensor_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/
cuda
/tensor_abstract.h
</spec_file>
<description>
<description>
This object represents a 4D array of float values, all stored contiguously
This object represents a 4D array of float values, all stored contiguously
in memory. Importantly, it keeps two copies of the floats, one on the host
in memory. Importantly, it keeps two copies of the floats, one on the host
...
@@ -873,8 +873,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
...
@@ -873,8 +873,8 @@ Davis E. King. <a href="http://jmlr.csail.mit.edu/papers/volume10/king09a/king09
<component>
<component>
<name>
alias_tensor
</name>
<name>
alias_tensor
</name>
<file>
dlib/
dnn
.h
</file>
<file>
dlib/
cuda/tensor
.h
</file>
<spec_file
link=
"true"
>
dlib/
dnn
/tensor_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/
cuda
/tensor_abstract.h
</spec_file>
<description>
<description>
This object is a
<a
href=
"#resizable_tensor"
>
tensor
</a>
that
This object is a
<a
href=
"#resizable_tensor"
>
tensor
</a>
that
aliases another tensor. That is, it doesn't have its own block of
aliases another tensor. That is, it doesn't have its own block of
...
...
docs/docs/term_index.xml
View file @
4a97b216
...
@@ -90,10 +90,10 @@
...
@@ -90,10 +90,10 @@
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"set_dnn_prefer_fastest_algorithms"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"set_dnn_prefer_fastest_algorithms"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"set_dnn_prefer_smallest_algorithms"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/core_abstract.h.html"
name=
"set_dnn_prefer_smallest_algorithms"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/
dnn
/cuda_errors.h.html"
name=
"cuda_error"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/cuda_errors.h.html"
name=
"cuda_error"
include=
"dlib/
cuda/cuda_errors
.h"
/>
<term
file=
"dlib/
dnn
/cuda_errors.h.html"
name=
"cudnn_error"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/cuda_errors.h.html"
name=
"cudnn_error"
include=
"dlib/
cuda/cuda_errors
.h"
/>
<term
file=
"dlib/
dnn
/cuda_errors.h.html"
name=
"curand_error"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/cuda_errors.h.html"
name=
"curand_error"
include=
"dlib/
cuda/cuda_errors
.h"
/>
<term
file=
"dlib/
dnn
/cuda_errors.h.html"
name=
"cublas_error"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/cuda_errors.h.html"
name=
"cublas_error"
include=
"dlib/
cuda/cuda_errors
.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"fc_bias_mode"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"fc_bias_mode"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_HAS_BIAS"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_HAS_BIAS"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_NO_BIAS"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_NO_BIAS"
include=
"dlib/dnn.h"
/>
...
@@ -101,17 +101,17 @@
...
@@ -101,17 +101,17 @@
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"CONV_MODE"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"CONV_MODE"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_MODE"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"FC_MODE"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"set_all_bn_running_stats_window_sizes"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/layers_abstract.h.html"
name=
"set_all_bn_running_stats_window_sizes"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"tensor"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"tensor"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"resizable_tensor"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"resizable_tensor"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"alias_tensor_instance"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"alias_tensor_instance"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"alias_tensor_const_instance"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"alias_tensor_const_instance"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"alias_tensor"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"alias_tensor"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"image_plane"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"image_plane"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/tensor_abstract.h.html"
name=
"have_same_dimensions"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/tensor_abstract.h.html"
name=
"have_same_dimensions"
include=
"dlib/
cuda/tensor
.h"
/>
<term
file=
"dlib/
dnn
/gpu_data_abstract.h.html"
name=
"gpu_data"
include=
"dlib/
dnn
.h"
/>
<term
file=
"dlib/
cuda
/gpu_data_abstract.h.html"
name=
"gpu_data"
include=
"dlib/
cuda/gpu_data
.h"
/>
<term
name=
"memcpy"
>
<term
name=
"memcpy"
>
<term
link=
"dlib/
dnn
/tensor_abstract.h.html#memcpy"
name=
"for tensors"
include=
"dlib/
dnn
.h"
/>
<term
link=
"dlib/
cuda
/tensor_abstract.h.html#memcpy"
name=
"for tensors"
include=
"dlib/
cuda/tensor
.h"
/>
<term
link=
"dlib/
dnn
/gpu_data_abstract.h.html#memcpy"
name=
"for gpu_data"
include=
"dlib/
dnn
.h"
/>
<term
link=
"dlib/
cuda
/gpu_data_abstract.h.html#memcpy"
name=
"for gpu_data"
include=
"dlib/
cuda/gpu_data
.h"
/>
</term>
</term>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"EXAMPLE_INPUT_LAYER"
include=
"dlib/dnn.h"
/>
<term
file=
"dlib/dnn/input_abstract.h.html"
name=
"EXAMPLE_INPUT_LAYER"
include=
"dlib/dnn.h"
/>
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
<term
name=
"mat"
>
<term
name=
"mat"
>
<term
link=
"linear_algebra.html#mat"
name=
"general use"
include=
"dlib/matrix.h"
/>
<term
link=
"linear_algebra.html#mat"
name=
"general use"
include=
"dlib/matrix.h"
/>
<term
link=
"dlib/
dnn
/tensor_abstract.h.html#mat"
name=
"for tensors"
include=
"dlib/
dnn
.h"
/>
<term
link=
"dlib/
cuda
/tensor_abstract.h.html#mat"
name=
"for tensors"
include=
"dlib/
cuda/tensor
.h"
/>
</term>
</term>
<term
file=
"linear_algebra.html"
name=
"matrix"
include=
"dlib/matrix.h"
/>
<term
file=
"linear_algebra.html"
name=
"matrix"
include=
"dlib/matrix.h"
/>
<term
file=
"linear_algebra.html"
name=
"move_rect"
include=
"dlib/geometry.h"
/>
<term
file=
"linear_algebra.html"
name=
"move_rect"
include=
"dlib/geometry.h"
/>
...
@@ -739,7 +739,7 @@
...
@@ -739,7 +739,7 @@
<term
name=
"dot"
>
<term
name=
"dot"
>
<term
link=
"dlib/matrix/matrix_utilities_abstract.h.html#dot"
name=
"for matrix objects"
include=
"dlib/matrix.h"
/>
<term
link=
"dlib/matrix/matrix_utilities_abstract.h.html#dot"
name=
"for matrix objects"
include=
"dlib/matrix.h"
/>
<term
link=
"dlib/svm/sparse_vector_abstract.h.html#dot"
name=
"for sparse vectors"
include=
"dlib/sparse_vector.h"
/>
<term
link=
"dlib/svm/sparse_vector_abstract.h.html#dot"
name=
"for sparse vectors"
include=
"dlib/sparse_vector.h"
/>
<term
link=
"dlib/
dnn
/tensor_abstract.h.html#dot"
name=
"for tensors"
include=
"dlib/
dnn
.h"
/>
<term
link=
"dlib/
cuda
/tensor_abstract.h.html#dot"
name=
"for tensors"
include=
"dlib/
cuda/tensor
.h"
/>
</term>
</term>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"lowerm"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"lowerm"
include=
"dlib/matrix.h"
/>
...
@@ -763,7 +763,7 @@
...
@@ -763,7 +763,7 @@
<term
name=
"is_vector"
>
<term
name=
"is_vector"
>
<term
link=
"dlib/matrix/matrix_utilities_abstract.h.html#is_vector"
name=
"for matrix objects"
include=
"dlib/matrix.h"
/>
<term
link=
"dlib/matrix/matrix_utilities_abstract.h.html#is_vector"
name=
"for matrix objects"
include=
"dlib/matrix.h"
/>
<term
link=
"dlib/
dnn
/tensor_abstract.h.html#is_vector"
name=
"for tensor objects"
include=
"dlib/
dnn
.h"
/>
<term
link=
"dlib/
cuda
/tensor_abstract.h.html#is_vector"
name=
"for tensor objects"
include=
"dlib/
cuda/tensor
.h"
/>
</term>
</term>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_row_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_row_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_col_vector"
include=
"dlib/matrix.h"
/>
<term
file=
"dlib/matrix/matrix_utilities_abstract.h.html"
name=
"is_col_vector"
include=
"dlib/matrix.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment