Searched defs:PropertyReal (Results 1 – 1 of 1) sorted by relevance
961 struct PropertyReal : GetterBase<PropertyReal> { struct962 static constexpr const char* name = "real";963 static Tensor fn(const Tensor& t) { in fn()