Searched refs:XrtExecutable (Results 1 – 4 of 4) sorted by relevance
40 %typemap(out) StatusOr<xla::swig::XrtExecutable*> {45 $typemap(out, xla::swig::XrtExecutable*)112 %unignore xla::swig::XrtExecutable;113 %unignore xla::swig::XrtExecutable::CompileForXrt;114 %unignore xla::swig::XrtExecutable::DeviceOrdinals;115 %unignore xla::swig::XrtExecutable::Execute;
83 class XrtExecutable {87 static StatusOr<XrtExecutable*> CompileForXrt(93 XrtExecutable(const ProgramShape& program_shape, int64 handle,95 ~XrtExecutable();113 void DeleteXrtExecutable(XrtExecutable* computation);
144 StatusOr<XrtExecutable*> XrtExecutable::CompileForXrt( in CompileForXrt()174 return new XrtExecutable(program_shape, handle, session_target); in CompileForXrt()177 XrtExecutable::XrtExecutable(const ProgramShape& program_shape, int64 handle, in XrtExecutable() function in xla::swig::XrtExecutable183 XrtExecutable::~XrtExecutable() { in ~XrtExecutable()205 StatusOr<XrtAllocation*> XrtExecutable::Execute( in Execute()244 const ProgramShape& XrtExecutable::program_shape() const { in program_shape()248 int64 XrtExecutable::handle() const { return handle_; } in handle()252 void DeleteXrtExecutable(XrtExecutable* computation) { delete computation; } in DeleteXrtExecutable()
186 return xrt_api.XrtExecutable.CompileForXrt(