Searched refs:ParseTypeValue (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 354 bool ParseTypeValue(const string& key, PyObject* py_value, TF_Status* status, in ParseTypeValue() function 419 PARSE_LIST(int, ParseTypeValue); in SetOpAttrList() 660 if (!ParseTypeValue(key, py_value, status, &value)) return false; in SetOpAttrScalar() 3326 if (!ParseTypeValue("_dtype", dtype.get(), status, &value)) {
|