Go to the source code of this file.
|
def | resnet._bn_relu (input) |
|
def | resnet._conv_bn_relu (conv_params) |
|
def | resnet._bn_relu_conv (conv_params) |
|
def | resnet._shortcut (input, residual) |
|
def | resnet._residual_block (block_function, filters, repetitions, is_first_layer=False) |
|
def | resnet.basic_block (filters, init_strides=(1, 1), is_first_block_of_first_layer=False) |
|
def | resnet.bottleneck (filters, init_strides=(1, 1), is_first_block_of_first_layer=False) |
|
def | resnet._handle_dim_ordering () |
|
def | resnet._get_block (identifier) |
|