torch.distributions.getDTypeFromTensors
Get the dtype from a list of tensors. Returns the first non-bool dtype, or 'float32' if all are bool.
Parameters
tensorsTensor[]
Get the dtype from a list of tensors. Returns the first non-bool dtype, or 'float32' if all are bool.
tensorsTensor[]