Searched refs:NOT_NONE (Results 1 – 4 of 4) sorted by relevance
1199 class NOT_NONE : public LeafGuard { class1201 NOT_NONE(py::object verbose_code_parts) in NOT_NONE() function in torch::dynamo::__anon296b09360211::NOT_NONE3656 py::class_<NOT_NONE, LeafGuard, std::shared_ptr<NOT_NONE>>(py_m, "NOT_NONE") in torch_c_dynamo_guards_init()3658 .def("__call__", &NOT_NONE::check); in torch_c_dynamo_guards_init()3894 std::make_shared<NOT_NONE>(std::move(verbose_code_parts))); in torch_c_dynamo_guards_init()
371 guard = guards.NOT_NONE(["weakref_x is not None"])
4631 NOT_NONE = self.assertIsNotNone4632 NOT_NONE(r.thread)4633 NOT_NONE(r.threadName)4634 NOT_NONE(r.process)4635 NOT_NONE(r.processName)
1653 | | :opcode:`!POP_JUMP_IF_TRUE` | <POP_JUMP_BACKWARD_IF_TRUE>` | ``NONE`` and ``NOT_NONE`…