Home
last modified time | relevance | path

Searched defs:py_value (Results 1 – 4 of 4) sorted by relevance

/external/python/apitools/apitools/base/py/
Dextra_types.py117 def _PythonValueToJsonValue(py_value): argument
138 def _PythonValueToJsonObject(py_value): argument
146 def _PythonValueToJsonArray(py_value): argument
212 def _PythonValueToJsonProto(py_value): argument
Dextra_types_test.py42 def assertTranslations(self, py_value, json_proto): argument
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc176 bool IsInteger(PyObject* py_value) { in IsInteger()
186 bool ParseDimensionValue(const string& key, PyObject* py_value, in ParseDimensionValue()
211 bool ParseStringValue(const string& key, PyObject* py_value, TF_Status* status, in ParseStringValue()
237 bool ParseBoolValue(const string& key, PyObject* py_value, TF_Status* status, in ParseBoolValue()
245 bool ParseTypeValue(const string& key, PyObject* py_value, TF_Status* status, in ParseTypeValue()
294 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
319 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
344 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
376 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
525 TFE_Context* ctx, TFE_Op* op, const char* key, PyObject* py_value, in SetOpAttrScalar()
[all …]
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1799 ScopedPyObjectPtr py_value(PyFloat_FromDouble(value)); in CheckAndGetInteger() local