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
f71e49f2
Commit
f71e49f2
authored
Jan 20, 2020
by
Davis King
Browse files
remove unused variables
parent
d88b2575
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dlib/test/dnn.cpp
dlib/test/dnn.cpp
+0
-2
No files found.
dlib/test/dnn.cpp
View file @
f71e49f2
...
@@ -2622,8 +2622,6 @@ namespace
...
@@ -2622,8 +2622,6 @@ namespace
constexpr
int
output_height
=
input_height
;
constexpr
int
output_height
=
input_height
;
constexpr
int
output_width
=
input_width
;
constexpr
int
output_width
=
input_width
;
constexpr
int
num_samples
=
7
;
constexpr
int
num_samples
=
7
;
constexpr
int
filter_height
=
3
;
constexpr
int
filter_width
=
3
;
::
std
::
vector
<
matrix
<
double
>>
x
(
num_samples
);
::
std
::
vector
<
matrix
<
double
>>
x
(
num_samples
);
::
std
::
vector
<
matrix
<
float
>>
y
(
num_samples
);
::
std
::
vector
<
matrix
<
float
>>
y
(
num_samples
);
...
...
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