Searched refs:XrtAllocationTuple (Results 1 – 3 of 3) sorted by relevance
66 %typemap(out) StatusOr<xla::swig::XrtAllocationTuple*> {71 $typemap(out, xla::swig::XrtAllocationTuple*)109 %unignore xla::swig::XrtAllocationTuple;110 %unignore xla::swig::XrtAllocationTuple::Release;111 %unignore xla::swig::XrtAllocationTuple::size;
53 class XrtAllocationTuple {57 explicit XrtAllocationTuple(std::vector<XrtAllocation*> elements);59 ~XrtAllocationTuple();78 StatusOr<XrtAllocationTuple*> DestructureXrtAllocationTuple(
117 XrtAllocationTuple::XrtAllocationTuple(std::vector<XrtAllocation*> elements) in XrtAllocationTuple() function in xla::swig::XrtAllocationTuple124 XrtAllocationTuple::~XrtAllocationTuple() { in ~XrtAllocationTuple()132 StatusOr<XrtAllocation*> XrtAllocationTuple::Release(int i) { in Release()142 int64 XrtAllocationTuple::size() const { return elements_.size(); } in size()254 StatusOr<XrtAllocationTuple*> DestructureXrtAllocationTuple( in DestructureXrtAllocationTuple()293 return new XrtAllocationTuple(std::move(results)); in DestructureXrtAllocationTuple()