Method: Torch::Tensor#imag

Defined in:
lib/torch/tensor.rb

#imagObject

not a method in native_functions.yaml attribute in Python rather than method

[View source]

195
196
197
# File 'lib/torch/tensor.rb', line 195

def imag
  Torch.imag(self)
end