MCPcopy Create free account
hub / github.com/pytorch/pytorch / imag

Method imag

torch/_numpy/_ndarray.py:278–279  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

276
277 @property
278 def imag(self):
279 return _funcs.imag(self)
280
281 @imag.setter
282 def imag(self, value):

Callers 10

imagFunction · 0.80
isinfFunction · 0.80
isrealFunction · 0.80
test_imag_noncomplexMethod · 0.80
test_normalMethod · 0.80
standardize_phaseMethod · 0.80
test_realMethod · 0.80
test_cmplxMethod · 0.80

Calls 1

asarrayFunction · 0.85

Tested by 7

test_imag_noncomplexMethod · 0.64
test_normalMethod · 0.64
standardize_phaseMethod · 0.64
test_realMethod · 0.64
test_cmplxMethod · 0.64