Home
last modified time | relevance | path

Searched refs:isPyObject (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/torch/csrc/distributed/c10d/
Dpython_comm_hook.cpp44 result.isPyObject(), "expected the hook result is a PyObject"); in parseHookResult()
Dcomm.cpp109 if (result.isPyObject()) { in parseCppCommHookResult()
Dreducer.cpp73 if (result.isPyObject()) { in extractTensors()
/external/pytorch/torch/csrc/distributed/rpc/
Dpy_rref.cpp316 if (value.isPyObject()) { in backwardOwnerRRef()
/external/pytorch/torch/csrc/jit/python/
Dpybind_utils.cpp713 } else if (ivalue.isPyObject()) { in toPyObject()
/external/pytorch/aten/src/ATen/core/
Divalue.cpp1087 if (value.isPyObject()) { in extractStorages()
Divalue.h839 bool isPyObject() const { in isPyObject() function
Divalue_inl.h139 TORCH_INTERNAL_ASSERT(isPyObject(), "Expected PyObject but got ", tagKind()); in toPyObjectHolder()
144 TORCH_INTERNAL_ASSERT(isPyObject(), "Expected PyObject but got ", tagKind()); in toPyObjectHolder()