|
IRON 898978f104b41f64d534f83342d7a28abe5a86ee
|
Namespaces | |
| namespace | iron |
| namespace | iron.algorithms |
| namespace | iron.algorithms.conv_pipeline |
Functions | |
| iron.algorithms.conv_pipeline.row_at_a_time (of_in, of_out, *n_rows, do_kernel, of_wts=None) | |
| iron.algorithms.conv_pipeline.sliding_3row (of_in, of_out, *n_out_rows, do_kernel, of_wts=None) | |
| iron.algorithms.conv_pipeline.row_at_a_time_with_skip (of_in, of_out, of_skip, *n_rows, do_kernel, of_wts=None) | |
| iron.algorithms.conv_pipeline.row_at_a_time_tiled (of_in, of_out, *n_rows, n_tiles_per_row, do_kernel, of_wts=None) | |