Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h232 struct C10_API ExtraMeta { struct
239 ExtraMeta() = default; argument
240 ExtraMeta(const ExtraMeta& other) { in ExtraMeta() function
258 ExtraMeta& operator=(const ExtraMeta& other) = delete; argument
260 ExtraMeta& operator=(ExtraMeta&& other) = delete; argument
274 std::unique_ptr<ExtraMeta> clone() const { in clone() argument