Search
Preparing search index...
The search index is not available
Sukiyaki2
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Pooling2DLayer
Class Pooling2DLayer
Hierarchy
Layer
Pooling2DLayer
Index
Constructors
constructor
Properties
_is_
window_
overlap
delta_
params
ksize
need_
update
pad
pooling_
type
stride
top_
pos
train_
params
Methods
backward
backward_
average
backward_
max
calculate
Update
Params
destruct
forward
forward_
average
forward_
max
init
release
to_
cl
to_
cpu
Constructors
constructor
new
Pooling2DLayer
(
params
:
any
)
:
Pooling2DLayer
Parameters
params:
any
Returns
Pooling2DLayer
Properties
Private
_is_
window_
overlap
_is_
window_
overlap
:
boolean
delta_
params
delta_
params
:
string
[]
ksize
ksize
:
number
[]
need_
update
need_
update
:
boolean
pad
pad
:
number
[]
pooling_
type
pooling_
type
:
string
stride
stride
:
number
[]
top_
pos
top_
pos
:
Matrix
train_
params
train_
params
:
string
[]
Methods
backward
backward
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
bottom_deltas
:
Matrix
[]
)
:
void
Parameters
bottom_deltas:
Matrix
[]
Returns
void
Returns
void
backward_
average
backward_
average
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
bottom_deltas
:
Matrix
[]
)
:
void
Parameters
bottom_deltas:
Matrix
[]
Returns
void
Returns
void
backward_
max
backward_
max
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
bottom_deltas
:
Matrix
[]
)
:
void
Parameters
bottom_deltas:
Matrix
[]
Returns
void
Returns
void
calculate
Update
Params
calculate
Update
Params
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
)
:
void
Returns
void
Returns
void
destruct
destruct
(
)
:
void
Returns
void
forward
forward
(
bottoms
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
tops
:
Matrix
[]
)
:
void
Parameters
tops:
Matrix
[]
Returns
void
Returns
void
forward_
average
forward_
average
(
bottoms
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
tops
:
Matrix
[]
)
:
void
Parameters
tops:
Matrix
[]
Returns
void
Returns
void
forward_
max
forward_
max
(
bottoms
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
tops
:
Matrix
[]
)
:
void
Parameters
tops:
Matrix
[]
Returns
void
Returns
void
init
init
(
callback
:
function
)
:
void
Parameters
callback:
function
(
)
:
void
Returns
void
Returns
void
release
release
(
)
:
void
Returns
void
to_
cl
to_
cl
(
)
:
void
Returns
void
to_
cpu
to_
cpu
(
)
:
void
Returns
void
Globals
Pooling2DLayer
constructor
_is_
window_
overlap
delta_
params
ksize
need_
update
pad
pooling_
type
stride
top_
pos
train_
params
backward
backward_
average
backward_
max
calculate
Update
Params
destruct
forward
forward_
average
forward_
max
init
release
to_
cl
to_
cpu
Generated using
TypeDoc