Searched refs:MaybeRaiseExceptionFromTFStatus (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 397 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_init() 540 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_shape_tuple() 550 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError) || in EagerTensor_shape_tuple() 566 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_rank() 582 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_num_elements() 669 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_device() 685 if (MaybeRaiseExceptionFromTFStatus(self->status, PyExc_ValueError)) { in EagerTensor_backing_device() 866 if (MaybeRaiseExceptionFromTFStatus(as_c_eager_tensor->status, in PyEagerTensor_NumElements() 1018 if (MaybeRaiseExceptionFromTFStatus(status.get(), PyExc_ValueError)) { in TFE_Py_TensorShapeSlice() 1032 if (MaybeRaiseExceptionFromTFStatus(status.get(), PyExc_ValueError)) { in TFE_Py_TensorShapeSlice()
|
D | pywrap_tfe.h | 92 int MaybeRaiseExceptionFromTFStatus(TF_Status* status, PyObject* exception);
|
D | pywrap_tfe_src.cc | 829 int MaybeRaiseExceptionFromTFStatus(TF_Status* status, PyObject* exception) { in MaybeRaiseExceptionFromTFStatus() function 2192 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) { 2203 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) { 2217 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) return false; 2229 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) return false; 2235 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) return false; 2240 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) return false; 2305 return MaybeRaiseExceptionFromTFStatus(status, nullptr); 2396 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) { 2583 if (MaybeRaiseExceptionFromTFStatus(status, nullptr)) { [all …]
|
/external/tensorflow/tensorflow/python/ |
D | pywrap_tfe.i | 272 if (MaybeRaiseExceptionFromTFStatus($2, nullptr)) {
|