Searched defs:abs_if_complex (Results 1 – 2 of 2) sorted by relevance
348 inline C10_DEVICE acc_t abs_if_complex(scalar_t data, AbsSwitch<acc_t>) { in abs_if_complex() function353 inline C10_DEVICE acc_t abs_if_complex(std::complex<scalar_t> data, AbsSwitch<acc_t>) { in abs_if_complex() function358 inline C10_DEVICE acc_t abs_if_complex(c10::complex<scalar_t> data, AbsSwitch<acc_t>) { in abs_if_complex() function
525 def abs_if_complex(t): function