Home
last modified time | relevance | path

Searched refs:XrtAllocationTuple (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.i66 %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;
Dxrt.h53 class XrtAllocationTuple {
57 explicit XrtAllocationTuple(std::vector<XrtAllocation*> elements);
59 ~XrtAllocationTuple();
78 StatusOr<XrtAllocationTuple*> DestructureXrtAllocationTuple(
Dxrt.cc117 XrtAllocationTuple::XrtAllocationTuple(std::vector<XrtAllocation*> elements) in XrtAllocationTuple() function in xla::swig::XrtAllocationTuple
124 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()