Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h198 struct C10_API NamedTensorMetaInterface { struct
200 virtual std::unique_ptr<NamedTensorMetaInterface> clone() const { in clone() argument
206 false, "Not implemented: NamedTensorMetaInterface::slow_dim"); in slow_dim() argument