Home
last modified time | relevance | path

Searched defs:complex_result (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_ops_utils.h430 aten_op, op, int_float_result, complex_result) \ argument
664 complex_result, \ argument
698 complex_result) \ argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp441 Tensor complex_result = at::empty({0}, self.options()); in unary_op_impl_with_complex_to_float_out() local