MCPcopy Index your code
hub / github.com/pytorch/pytorch / real

Method real

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

Source from the content-addressed store, hash-verified

268
269 @property
270 def real(self):
271 return _funcs.real(self)
272
273 @real.setter
274 def real(self, value):

Callers 13

isinfFunction · 0.80
realFunction · 0.80
logaddexpFunction · 0.80
realFunction · 0.80
fn3Method · 0.80
fn2Method · 0.80
test_normalMethod · 0.80
zero_out_neg_infMethod · 0.80
standardize_phaseMethod · 0.80
test_realMethod · 0.80

Calls 1

asarrayFunction · 0.85

Tested by 9

fn3Method · 0.64
fn2Method · 0.64
test_normalMethod · 0.64
zero_out_neg_infMethod · 0.64
standardize_phaseMethod · 0.64
test_realMethod · 0.64
test_cmplxMethod · 0.64