/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | nested_structure_coder.py | 79 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 D | nested_structure_coder_test.py | 441 def can_encode(self, pyobj): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | Generator.cpp | 126 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 D | Storage.cpp | 184 PyObject* pyobj = *maybe_pyobj; in THPStorage_tryPreserve() local
|
H A D | PyInterpreter.cpp | 238 void ConcretePyInterpreterVTable::decref(PyObject* pyobj, bool has_pyobj_slot) in decref()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_ir.h | 28 THPObjectPtr pyobj; member
|
H A D | python_tracer.cpp | 173 THPObjectPtr pyobj, in preRecordPythonTrace()
|
H A D | python_ir.cpp | 47 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 D | GeneratorImpl.h | 92 inline PyObject* pyobj() const noexcept { in pyobj() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | Generator.h | 128 inline PyObject* pyobj() const noexcept { in pyobj() function
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | python_symnode.h | 35 PythonSymNodeImpl(py::object pyobj) : c10::SymNodeImpl() { in PythonSymNodeImpl()
|
H A D | python_dispatch.cpp | 1004 auto* pyobj = func->ptr(getPyInterpreter()); in python_op_registration_trampoline_impl() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | onnx.cpp | 501 auto pyobj = py::handle(op->pyobj.get()); in NodeToONNX() local
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | function.h | 450 PyObject* pyobj() const noexcept { in pyobj() function
|
H A D | python_function.cpp | 1000 auto pyobj = THPObjectPtr(op_obj); in _trace_pre_record() local
|
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | python_compiled_autograd.cpp | 609 PyObject* pyobj = Py_None; in _compiled_autograd_impl() local
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp_python_wrap.c | 2264 SWIG_Python_GetSwigThis(PyObject *pyobj) in SWIG_Python_GetSwigThis()
|
/aosp_15_r20/external/marisa-trie/bindings/python/ |
H A D | marisa-swig_wrap.cxx | 2089 SWIG_Python_GetSwigThis(PyObject *pyobj) in SWIG_Python_GetSwigThis()
|