Home
last modified time | relevance | path

Searched refs:_PyObjAs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/platform/
Dbase.i26 bool _PyObjAs(PyObject *pystr, T* cstr) { in _PyObjAs() function
39 bool _PyObjAs(PyObject *pystr, ::string* cstr) { in _PyObjAs() function
48 bool _PyObjAs(PyObject *pystr, std::string* cstr) { in _PyObjAs() function
101 if (!_PyObjAs<string>($input, &$1)) return NULL;
105 if (!_PyObjAs<string>($input, &temp)) return NULL;
139 if (!tf_vector_input_helper($input, &temp, _PyObjAs<type>)) {
148 if (!tf_vector_input_helper($input, &temp, _PyObjAs<type>)) {
/external/tensorflow/tensorflow/python/util/
Dtfprof.i28 if (!_PyObjAs<string>($input, &temp)) return NULL;
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i30 bool _PyObjAs(PyObject *input, tensorflow::NamedDevice *out) { in _PyObjAs() function
51 if (!tf_vector_input_helper($input, &temp, &_PyObjAs<tensorflow::NamedDevice>)) {