Module caffe2.python.helpers.array_helpers. More...
Functions | |
| def | Concat (model, blobs_in, blob_out, order="NCHW", kwargs) |
| def | DepthConcat (model, blobs_in, blob_out, kwargs) |
Module caffe2.python.helpers.array_helpers.
| def array_helpers.Concat | ( | model, | |
| blobs_in, | |||
| blob_out, | |||
order = "NCHW", |
|||
| kwargs | |||
| ) |
Depth Concat.
Definition at line 11 of file array_helpers.py.
| def array_helpers.DepthConcat | ( | model, | |
| blobs_in, | |||
| blob_out, | |||
| kwargs | |||
| ) |
The old depth concat function - we should move to use concat.
Definition at line 21 of file array_helpers.py.
1.8.14