Home
last modified time | relevance | path

Searched refs:IsAttrs (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dutil.i90 %feature("docstring") tensorflow::swig::IsAttrs
99 %unignore tensorflow::swig::IsAttrs;
100 %noexception tensorflow::swig::IsAttrs;
Dutil.h90 bool IsAttrs(PyObject* o);
Dnest.py105 _is_attrs = _pywrap_tensorflow.IsAttrs
Dutil.cc791 bool IsAttrs(PyObject* o) { return IsAttrsHelper(o) == 1; } in IsAttrs() function