Home
last modified time | relevance | path

Searched refs:py_method (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc135 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local
137 if (py_method == nullptr) { in FindFileContainingExtension()
143 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension()
154 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local
156 if (py_method == nullptr) { in FindAllExtensionNumbers()
162 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc135 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local
137 if (py_method == nullptr) { in FindFileContainingExtension()
143 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension()
154 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local
156 if (py_method == nullptr) { in FindAllExtensionNumbers()
162 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Ddata_adapter.py480 def py_method(ind): function
486 flat_out = script_ops.eager_py_func(py_method, [indices], flat_dtypes)