Method: Torch::Tensor#imag
- Defined in:
- lib/torch/tensor.rb
permalink #imag ⇒ Object
not a method in native_functions.yaml attribute in Python rather than method
195 196 197 |
# File 'lib/torch/tensor.rb', line 195 def imag Torch.imag(self) end |