Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp961 struct PropertyReal : GetterBase<PropertyReal> { struct
962 static constexpr const char* name = "real";
963 static Tensor fn(const Tensor& t) { in fn()