Search
Preparing search index...
The search index is not available
Sukiyaki2
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Convolution2DLayer
Class Convolution2DLayer
Hierarchy
Layer
Convolution2DLayer
Index
Constructors
constructor
Properties
bias
delta_
bias
delta_
params
delta_
weight
group
in_
size
in_
size_
group
ksize
need_
update
out_
size
out_
size_
group
pad
stride
timer_
begin
timer_
enable
timer_
name
timer_
vals
train_
params
use_
bias
weight
Methods
_show_
timer
_start_
timer
_stop_
timer
backward
backward_
group
backward_
single
calculate
Update
Params
calculate
Update
Params_
group
calculate
Update
Params_
single
destruct
forward
forward_
group
forward_
single
init
release
to_
cl
to_
cpu
Constructors
constructor
new
Convolution2DLayer
(
params
:
any
)
:
Convolution2DLayer
Parameters
params:
any
Returns
Convolution2DLayer
Properties
bias
bias
:
Matrix
delta_
bias
delta_
bias
:
Matrix
delta_
params
delta_
params
:
string
[]
delta_
weight
delta_
weight
:
Matrix
group
group
:
number
in_
size
in_
size
:
number
Private
in_
size_
group
in_
size_
group
:
number
ksize
ksize
:
number
[]
need_
update
need_
update
:
boolean
out_
size
out_
size
:
number
Private
out_
size_
group
out_
size_
group
:
number
pad
pad
:
number
[]
stride
stride
:
number
[]
timer_
begin
timer_
begin
:
number
timer_
enable
timer_
enable
:
boolean
timer_
name
timer_
name
:
string
timer_
vals
timer_
vals
:
object
Type declaration
[
index:
string
]:
number
train_
params
train_
params
:
string
[]
use_
bias
use_
bias
:
boolean
weight
weight
:
Matrix
Methods
_show_
timer
_show_
timer
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
_start_
timer
_start_
timer
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
_stop_
timer
_stop_
timer
(
)
:
void
Returns
void
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_
group
backward_
group
(
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_
single
backward_
single
(
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
calculate
Update
Params_
group
calculate
Update
Params_
group
(
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
calculate
Update
Params_
single
calculate
Update
Params_
single
(
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_
group
forward_
group
(
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_
single
forward_
single
(
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
Convolution2DLayer
constructor
bias
delta_
bias
delta_
params
delta_
weight
group
in_
size
in_
size_
group
ksize
need_
update
out_
size
out_
size_
group
pad
stride
timer_
begin
timer_
enable
timer_
name
timer_
vals
train_
params
use_
bias
weight
_show_
timer
_start_
timer
_stop_
timer
backward
backward_
group
backward_
single
calculate
Update
Params
calculate
Update
Params_
group
calculate
Update
Params_
single
destruct
forward
forward_
group
forward_
single
init
release
to_
cl
to_
cpu
Generated using
TypeDoc