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