Searched refs:py_method (Results 1 – 2 of 2) sorted by relevance
133 ScopedPyObjectPtr py_method( in FindFileContainingExtension() local135 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() local154 if (py_method == NULL) { in FindAllExtensionNumbers()160 PyObject_CallFunction(py_method.get(), "s#", containing_type.c_str(), in FindAllExtensionNumbers()
501 def py_method(ind): function507 flat_out = script_ops.eager_py_func(py_method, [indices], flat_dtypes)