Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.h143 bool IsAttrs(PyObject* o);
Dutil_wrapper.cc187 bool result = tensorflow::swig::IsAttrs(o.ptr()); in PYBIND11_MODULE()
Dnest.py123 _is_attrs = _pywrap_utils.IsAttrs
Dutil.cc922 bool IsAttrs(PyObject* o) { return IsAttrsHelper(o) == 1; } in IsAttrs() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt10 tensorflow::swig::IsAttrs
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc4150 } else if (tensorflow::swig::IsAttrs(arg)) {