Home
last modified time | relevance | path

Searched defs:JitRtProgram (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.h69 struct JitRtProgram { struct
70 explicit JitRtProgram(std::string entry_point, std::string module, in JitRtProgram() argument
85 typedef std::unique_ptr<JitRtProgram> OwnedJitRtProgram; argument