Searched defs:py_value (Results 1 – 4 of 4) sorted by relevance
/external/python/apitools/apitools/base/py/ |
D | extra_types.py | 117 def _PythonValueToJsonValue(py_value): argument 138 def _PythonValueToJsonObject(py_value): argument 146 def _PythonValueToJsonArray(py_value): argument 212 def _PythonValueToJsonProto(py_value): argument
|
D | extra_types_test.py | 42 def assertTranslations(self, py_value, json_proto): argument
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 176 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/ |
D | message.cc | 1799 ScopedPyObjectPtr py_value(PyFloat_FromDouble(value)); in CheckAndGetInteger() local
|