Module caffe2.python.helpers.conv. More...
Functions | |
| def | ConvNd (model, blob_in, blob_out, dim_in, dim_out, kernel, weight_init=None, bias_init=None, group=1, transform_inputs=None, order="NCHW", kwargs) |
| def | Conv (model, blob_in, blob_out, dim_in, dim_out, kernel, weight_init=None, bias_init=None, group=1, transform_inputs=None, kwargs) |
| def | ConvTranspose (model, blob_in, blob_out, dim_in, dim_out, kernel, weight_init=None, bias_init=None, use_cudnn=False, order="NCHW", cudnn_exhaustive_search=False, ws_nbytes_limit=None, kwargs) |
| def | GroupConv (model, blob_in, blob_out, dim_in, dim_out, kernel, weight_init=None, bias_init=None, group=1, kwargs) |
| def | GroupConv_Deprecated (model, blob_in, blob_out, dim_in, dim_out, kernel, weight_init=None, bias_init=None, group=1, use_cudnn=False, order="NCHW", cudnn_exhaustive_search=False, ws_nbytes_limit=None, kwargs) |
Module caffe2.python.helpers.conv.
| def conv.Conv | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| dim_in, | |||
| dim_out, | |||
| kernel, | |||
weight_init = None, |
|||
bias_init = None, |
|||
group = 1, |
|||
transform_inputs = None, |
|||
| kwargs | |||
| ) |
| def conv.ConvNd | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| dim_in, | |||
| dim_out, | |||
| kernel, | |||
weight_init = None, |
|||
bias_init = None, |
|||
group = 1, |
|||
transform_inputs = None, |
|||
order = "NCHW", |
|||
| kwargs | |||
| ) |
| def conv.ConvTranspose | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| dim_in, | |||
| dim_out, | |||
| kernel, | |||
weight_init = None, |
|||
bias_init = None, |
|||
use_cudnn = False, |
|||
order = "NCHW", |
|||
cudnn_exhaustive_search = False, |
|||
ws_nbytes_limit = None, |
|||
| kwargs | |||
| ) |
| def conv.GroupConv | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| dim_in, | |||
| dim_out, | |||
| kernel, | |||
weight_init = None, |
|||
bias_init = None, |
|||
group = 1, |
|||
| kwargs | |||
| ) |
| def conv.GroupConv_Deprecated | ( | model, | |
| blob_in, | |||
| blob_out, | |||
| dim_in, | |||
| dim_out, | |||
| kernel, | |||
weight_init = None, |
|||
bias_init = None, |
|||
group = 1, |
|||
use_cudnn = False, |
|||
order = "NCHW", |
|||
cudnn_exhaustive_search = False, |
|||
ws_nbytes_limit = None, |
|||
| kwargs | |||
| ) |
1.8.14