tf.raw_ops.BatchSvd

inputA Tensor. Must be one of the following types: float64, float32, complex64, complex128.
compute_uvAn optional bool. Defaults to True.
full_matricesAn optional bool. Defaults to False.
nameA name for the operation (optional).

A tuple of Tensor objects (s, u, v).
sA Tensor. Has the same type as input.
uA Tensor. Has the same type as input.
vA Tensor. Has the same type as input.