Overloads exponentiation operator for a tensor and a scalar of type int8
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
integer(kind=int8), | intent(in), | target | :: | power |
Integer exponent |
Tensor to hold the exponentiation
Overloads exponentiation operator for a tensor and a scalar of type int16
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
integer(kind=int16), | intent(in), | target | :: | power |
Integer exponent |
Tensor to hold the exponentiation
Overloads exponentiation operator for a tensor and a scalar of type int32
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
integer(kind=int32), | intent(in), | target | :: | power |
Integer exponent |
Tensor to hold the exponentiation
Overloads exponentiation operator for a tensor and a scalar of type int64
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
integer(kind=int64), | intent(in), | target | :: | power |
Integer exponent |
Tensor to hold the exponentiation
Overloads exponentiation operator for a tensor and a scalar of type real32
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
real(kind=real32), | intent(in), | target | :: | power |
Floating point exponent |
Tensor to hold the exponentiation
Overloads exponentiation operator for a tensor and a scalar of type real64
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(torch_tensor), | intent(in) | :: | tensor |
Tensor to take the power of |
||
real(kind=real64), | intent(in), | target | :: | power |
Floating point exponent |
Tensor to hold the exponentiation