Caffe2 - Python API
A deep learning, cross platform ML framework
Functions
array_helpers Namespace Reference

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)
 

Detailed Description

Module caffe2.python.helpers.array_helpers.

Function Documentation

◆ Concat()

def array_helpers.Concat (   model,
  blobs_in,
  blob_out,
  order = "NCHW",
  kwargs 
)
Depth Concat.

Definition at line 11 of file array_helpers.py.

◆ DepthConcat()

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.