ClikaRT::ops::outer
function
outer()
Outer product of two 1-D tensors: [m] x [n] -> [m, n].
Parameters
a: a 1-D tensor[m].b: a 1-D tensor[n].
Returns: [m, n].
Throws
ClikaRT::Error: (INVALID_ARGUMENT) when either operand is not 1-D.
Declared in ClikaRT/compute/ops.h, line 2840