Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc397 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()
Dpywrap_tfe.h92 int MaybeRaiseExceptionFromTFStatus(TF_Status* status, PyObject* exception);
Dpywrap_tfe_src.cc829 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/
Dpywrap_tfe.i272 if (MaybeRaiseExceptionFromTFStatus($2, nullptr)) {