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 D | descriptor_database.cc | 135 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 D | descriptor_database.cc | 135 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 D | data_adapter.py | 480 def py_method(ind): function 486 flat_out = script_ops.eager_py_func(py_method, [indices], flat_dtypes)
|