![]() |
darknet
v3
|
#include "iseg_layer.h"
#include "activations.h"
#include "blas.h"
#include "box.h"
#include "cuda.h"
#include "utils.h"
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
layer | make_iseg_layer (int batch, int w, int h, int classes, int ids) |
void | resize_iseg_layer (layer *l, int w, int h) |
void | forward_iseg_layer (const layer l, network net) |
void | backward_iseg_layer (const layer l, network net) |
Definition at line 195 of file iseg_layer.c.
Definition at line 78 of file iseg_layer.c.
layer make_iseg_layer | ( | int | batch, |
int | w, | ||
int | h, | ||
int | classes, | ||
int | ids | ||
) |
Definition at line 13 of file iseg_layer.c.
void resize_iseg_layer | ( | layer * | l, |
int | w, | ||
int | h | ||
) |
Definition at line 58 of file iseg_layer.c.