Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc354 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)) {