Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_database.cc133 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local
135 if (py_method == NULL) { in FindFileContainingExtension()
141 PyObject_CallFunction(py_method.get(), "s#i", containing_type.c_str(), in FindFileContainingExtension()
152 ScopedPyObjectPtr py_method( in FindAllExtensionNumbers() local
154 if (py_method == NULL) { in FindAllExtensionNumbers()
160 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
/external/tensorflow/tensorflow/python/keras/engine/
Ddata_adapter.py501 def py_method(ind): function
507 flat_out = script_ops.eager_py_func(py_method, [indices], flat_dtypes)