Home
last modified time | relevance | path

Searched refs:XrtExecutable (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dxrt.i40 %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;
Dxrt.h83 class XrtExecutable {
87 static StatusOr<XrtExecutable*> CompileForXrt(
93 XrtExecutable(const ProgramShape& program_shape, int64 handle,
95 ~XrtExecutable();
113 void DeleteXrtExecutable(XrtExecutable* computation);
Dxrt.cc144 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::XrtExecutable
183 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()
Dxla_client.py186 return xrt_api.XrtExecutable.CompileForXrt(