Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dnested_structure_coder.py79 def _map_structure(pyobj, coders): argument
139 def can_encode(self, pyobj): argument
179 def can_encode(self, pyobj): argument
199 def can_encode(self, pyobj): argument
223 def can_encode(self, pyobj): argument
251 def can_encode(self, pyobj): argument
271 def can_encode(self, pyobj): argument
295 def can_encode(self, pyobj): argument
315 def can_encode(self, pyobj): argument
335 def can_encode(self, pyobj): argument
[all …]
H A Dnested_structure_coder_test.py441 def can_encode(self, pyobj): argument
/aosp_15_r20/external/pytorch/torch/csrc/
H A DGenerator.cpp126 uint64_t unpack_uint64(PyObject* pyobj) { in unpack_uint64()
382 void set_pyobj(const Generator& self, PyObject* pyobj) { in set_pyobj()
387 PyObject* pyobj(const Generator& self) { in pyobj() function
H A DStorage.cpp184 PyObject* pyobj = *maybe_pyobj; in THPStorage_tryPreserve() local
H A DPyInterpreter.cpp238 void ConcretePyInterpreterVTable::decref(PyObject* pyobj, bool has_pyobj_slot) in decref()
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.h28 THPObjectPtr pyobj; member
H A Dpython_tracer.cpp173 THPObjectPtr pyobj, in preRecordPythonTrace()
H A Dpython_ir.cpp47 auto pyobj = py::handle(const_cast<PyObject*>(obj.get())); in printPyObject() local
184 THPObjectPtr&& pyobj, in createPythonOp()
/aosp_15_r20/external/pytorch/c10/core/
H A DGeneratorImpl.h92 inline PyObject* pyobj() const noexcept { in pyobj() function
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DGenerator.h128 inline PyObject* pyobj() const noexcept { in pyobj() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h35 PythonSymNodeImpl(py::object pyobj) : c10::SymNodeImpl() { in PythonSymNodeImpl()
H A Dpython_dispatch.cpp1004 auto* pyobj = func->ptr(getPyInterpreter()); in python_op_registration_trampoline_impl() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Donnx.cpp501 auto pyobj = py::handle(op->pyobj.get()); in NodeToONNX() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.h450 PyObject* pyobj() const noexcept { in pyobj() function
H A Dpython_function.cpp1000 auto pyobj = THPObjectPtr(op_obj); in _trace_pre_record() local
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dpython_compiled_autograd.cpp609 PyObject* pyobj = Py_None; in _compiled_autograd_impl() local
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c2264 SWIG_Python_GetSwigThis(PyObject *pyobj) in SWIG_Python_GetSwigThis()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx2089 SWIG_Python_GetSwigThis(PyObject *pyobj) in SWIG_Python_GetSwigThis()