Functions | |
layer | make_implicit_layer (int batch, int index, float mean_init, float std_init, int filters, int atoms) |
void | resize_implicit_layer (layer *l, int w, int h) |
void | forward_implicit_layer (const layer l, network_state state) |
void | backward_implicit_layer (const layer l, network_state state) |
void | update_implicit_layer (layer l, int batch, float learning_rate_init, float momentum, float decay) |
void | forward_implicit_layer_gpu (const layer l, network_state state) |
void | backward_implicit_layer_gpu (const layer l, network_state state) |
void | update_implicit_layer_gpu (layer l, int batch, float learning_rate_init, float momentum, float decay, float loss_scale) |
void | pull_implicit_layer (layer l) |
void | push_implicit_layer (layer l) |
layer make_implicit_layer | ( | int | batch, |
int | index, | ||
float | mean_init, | ||
float | std_init, | ||
int | filters, | ||
int | atoms | ||
) |
void resize_implicit_layer | ( | layer * | l, |
int | w, | ||
int | h | ||
) |
void forward_implicit_layer | ( | const layer | l, |
network_state | state | ||
) |
void backward_implicit_layer | ( | const layer | l, |
network_state | state | ||
) |
void update_implicit_layer | ( | layer | l, |
int | batch, | ||
float | learning_rate_init, | ||
float | momentum, | ||
float | decay | ||
) |
void forward_implicit_layer_gpu | ( | const layer | l, |
network_state | state | ||
) |
void backward_implicit_layer_gpu | ( | const layer | l, |
network_state | state | ||
) |
void update_implicit_layer_gpu | ( | layer | l, |
int | batch, | ||
float | learning_rate_init, | ||
float | momentum, | ||
float | decay, | ||
float | loss_scale | ||
) |
void pull_implicit_layer | ( | layer | l | ) |
void push_implicit_layer | ( | layer | l | ) |