Performs exponentiation. The pow() method is an efficient way of multiplying tensors by themselves (or their reciprocals) in large quantities.
the base tensor
the power by which to raise each tensor element
Performs exponentiation. The pow() method is an efficient way of multiplying tensors by themselves (or their reciprocals) in large quantities.