Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
a0b68119
Commit
a0b68119
authored
Sep 25, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed stuff
parent
f421b68a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
core_abstract.h
dlib/dnn/core_abstract.h
+1
-1
input_abstract.h
dlib/dnn/input_abstract.h
+4
-4
No files found.
dlib/dnn/core_abstract.h
View file @
a0b68119
...
@@ -135,7 +135,7 @@ namespace dlib
...
@@ -135,7 +135,7 @@ namespace dlib
REQUIREMENTS ON SUB_NET
REQUIREMENTS ON SUB_NET
- One of the following must be true:
- One of the following must be true:
- SUB_NET implements the EXAMPLE_INPUT interface defined in
- SUB_NET implements the EXAMPLE_INPUT
_LAYER
interface defined in
input_abstract.h.
input_abstract.h.
- SUB_NET is an add_layer object.
- SUB_NET is an add_layer object.
- SUB_NET is an add_tag_layer object.
- SUB_NET is an add_tag_layer object.
...
...
dlib/dnn/input_abstract.h
View file @
a0b68119
...
@@ -12,7 +12,7 @@ namespace dlib
...
@@ -12,7 +12,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
class
EXAMPLE_INPUT
class
EXAMPLE_INPUT
_LAYER
{
{
/*!
/*!
WHAT THIS OBJECT REPRESENTS
WHAT THIS OBJECT REPRESENTS
...
@@ -20,7 +20,7 @@ namespace dlib
...
@@ -20,7 +20,7 @@ namespace dlib
of the input layer is to convert an input_type into a tensor. Nothing more
of the input layer is to convert an input_type into a tensor. Nothing more
and nothing less.
and nothing less.
Note that there is no dlib::EXAMPLE_INPUT type. It is shown here purely to
Note that there is no dlib::EXAMPLE_INPUT
_LAYER
type. It is shown here purely to
document the interface that an input layer object must implement. If you
document the interface that an input layer object must implement. If you
are using some kind of image or matrix object as your input_type then you
are using some kind of image or matrix object as your input_type then you
can use the provided dlib::input layer type defined below. Otherwise, you
can use the provided dlib::input layer type defined below. Otherwise, you
...
@@ -28,7 +28,7 @@ namespace dlib
...
@@ -28,7 +28,7 @@ namespace dlib
!*/
!*/
public
:
public
:
EXAMPLE_INPUT
(
EXAMPLE_INPUT
_LAYER
(
);
);
/*!
/*!
ensures
ensures
...
@@ -37,7 +37,7 @@ namespace dlib
...
@@ -37,7 +37,7 @@ namespace dlib
constructable.
constructable.
!*/
!*/
EXAMPLE_INPUT
(
EXAMPLE_INPUT
_LAYER
(
const
some_other_input_layer_type
&
item
const
some_other_input_layer_type
&
item
);
);
/*!
/*!
...
...
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