Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp1199 class NOT_NONE : public LeafGuard { class
1201 NOT_NONE(py::object verbose_code_parts) in NOT_NONE() function in torch::dynamo::__anon296b09360211::NOT_NONE
3656 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()
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_guard_manager.py371 guard = guards.NOT_NONE(["weakref_x is not None"])
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_logging.py4631 NOT_NONE = self.assertIsNotNone
4632 NOT_NONE(r.thread)
4633 NOT_NONE(r.threadName)
4634 NOT_NONE(r.process)
4635 NOT_NONE(r.processName)
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst1653 | | :opcode:`!POP_JUMP_IF_TRUE` | <POP_JUMP_BACKWARD_IF_TRUE>` | ``NONE`` and ``NOT_NONE`…