Searched defs:IsStubTensor (Results 1 – 2 of 2) sorted by relevance
336 bool IsStubTensor() const { return is_stub_; } in IsStubTensor() function
822 bool IsStubTensor(const py::handle &obj) { return py::hasattr(obj, stub::PY_ATTR_STUB); } in IsStubTensor() function