Search
Preparing search index...
The search index is not available
Sukiyaki2
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
PlusLayer
Class PlusLayer
Hierarchy
Layer
PlusLayer
Index
Constructors
constructor
Properties
delta_
params
n_
input
need_
update
train_
params
Methods
backward
calculate
Update
Params
destruct
forward
init
release
to_
cl
to_
cpu
Constructors
constructor
new
Plus
Layer
(
params
:
any
)
:
PlusLayer
Parameters
params:
any
Returns
PlusLayer
Properties
delta_
params
delta_
params
:
string
[]
n_
input
n_
input
:
number
need_
update
need_
update
:
boolean
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
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
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
Plus
Layer
constructor
delta_
params
n_
input
need_
update
train_
params
backward
calculate
Update
Params
destruct
forward
init
release
to_
cl
to_
cpu
Generated using
TypeDoc