Home
last modified time | relevance | path

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

/external/pytorch/c10/core/impl/
DPyInterpreter.cpp7 struct NoopPyInterpreterVTable final : public PyInterpreterVTable { struct
8 std::string name() const override { in name()
12 void incref(PyObject* pyobj) const override {} // do nothing in incref()
14 void decref(PyObject* pyobj, bool has_pyobj_slot) const override { in decref()
23 c10::intrusive_ptr<TensorImpl> detach(const TensorImpl* self) const override { in detach()
27 void dispatch(const c10::OperatorHandle& op, torch::jit::Stack* stack) in dispatch()
32 void reportErrorCallback(PyObject* callback, DispatchKey key) const override { in reportErrorCallback()
36 void python_op_registration_trampoline( in python_op_registration_trampoline()
46 void throw_abstract_impl_not_imported_error( in throw_abstract_impl_not_imported_error()
53 void python_dispatcher( in python_dispatcher()
[all …]