Home
last modified time | relevance | path

Searched refs:OperatorDef (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/core/dispatch/
DDispatcher.h71 struct OperatorDef final {
72 explicit OperatorDef(OperatorName&& op_name) in OperatorDef() function
332 std::list<OperatorDef> operators_;
490 explicit OperatorHandle(std::list<Dispatcher::OperatorDef>::iterator operatorIterator) in OperatorHandle()
503 Dispatcher::OperatorDef* operatorDef_;
508 std::list<Dispatcher::OperatorDef>::iterator operatorIterator_;
540 explicit TypedOperatorHandle(std::list<Dispatcher::OperatorDef>::iterator operatorIterator) in TypedOperatorHandle()