Represent one input
Represent one or many inputs.
Represent one or many inputs. Note this can only be the first or the last of the input names
Separate operation name and its output tensor.
Separate operation name and its output tensor. In tensorflow, if one operation output multiple tensors, the tensor will be referred as Op:n, which n is a integer.
Get the pattern list.
Get the pattern list.
Register a new mapping from tensor flow operations to BigDL layer.
Register a new mapping from tensor flow operations to BigDL layer. The mapping is defined as a subclass of TFToBigDL, which defines an operation topology(reversed graph) and how to get constructor parameters from the topology.