Home | History | Annotate | Download | only in eager

Lines Matching defs:Py_None

178       if (py_value != Py_None) {
203 if (py_value == Py_None) {
217 if (inner_py_value == Py_None) {
382 if (py_value == Py_None) {
401 if (inner_py_value == Py_None) {
512 if (attrs == Py_None) return;
553 if (attr_value == Py_None) {
912 if (list == Py_None) {
940 if (tensors == Py_None) {
1168 CHECK(gradient_tensors[i] != Py_None);
1217 Py_INCREF(Py_None);
1218 PyTuple_SET_ITEM(grads, i, Py_None);
1242 if (item == Py_None) {
1301 if (output_gradients != Py_None) {
1328 Py_INCREF(Py_None);
1329 result[i] = Py_None;
1415 if (py_device_name != Py_None) {
1608 record_gradient_callback != Py_None;
1610 callbacks != Py_None && PyList_Size(callbacks) > 0;