Searched refs:_PyObjAs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/platform/ |
D | base.i | 26 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/ |
D | tfprof.i | 28 if (!_PyObjAs<string>($input, &temp)) return NULL;
|
/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 30 bool _PyObjAs(PyObject *input, tensorflow::NamedDevice *out) { in _PyObjAs() function 51 if (!tf_vector_input_helper($input, &temp, &_PyObjAs<tensorflow::NamedDevice>)) {
|