Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h38 template<class FuncType> class TypedOperatorHandle; variable
91 template<class> friend class TypedOperatorHandle; variable
493 template<class> friend class TypedOperatorHandle; variable
540 explicit TypedOperatorHandle(std::list<Dispatcher::OperatorDef>::iterator operatorIterator) in TypedOperatorHandle() function