![]() |
Computes outer operation of last dimensions of each of given tensors.
tfl.lattice_lib.batch_outer_operation(
list_of_tensors, operation='auto'
)
Args | |
---|---|
list_of_tensors
|
List of tensors of same shape (batch_size, ..., k[i])
where everything expect k_i matches.
|
operation
|
|
Returns | |
---|---|
Tensor of shape: (batch_size, ..., mul_i(k[i])) .
|