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.py121 def _PythonValueToJsonValue(py_value): argument
142 def _PythonValueToJsonObject(py_value): argument
150 def _PythonValueToJsonArray(py_value): argument
216 def _PythonValueToJsonProto(py_value): argument
Dextra_types_test.py41 def assertTranslations(self, py_value, json_proto): argument
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc284 bool IsInteger(PyObject* py_value) { in IsInteger()
294 bool ParseDimensionValue(const string& key, PyObject* py_value, in ParseDimensionValue()
320 bool ParseStringValue(const string& key, PyObject* py_value, TF_Status* status, in ParseStringValue()
346 bool ParseBoolValue(const string& key, PyObject* py_value, TF_Status* status, in ParseBoolValue()
354 bool ParseTypeValue(const string& key, PyObject* py_value, TF_Status* status, in ParseTypeValue()
403 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
428 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
453 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
485 tensorflow::Safe_PyObjectPtr py_value(PySequence_ITEM(py_list, i)); in SetOpAttrList() local
634 TFE_Context* ctx, TFE_Op* op, const char* key, PyObject* py_value, in SetOpAttrScalar()
[all …]
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1801 ScopedPyObjectPtr py_value(PyFloat_FromDouble(value)); in PrintDouble() local