Searched refs:PodCompiledProgramHandle (Results 1 – 1 of 1) sorted by relevance
189 class PodCompiledProgramHandle : public CompiledProgramHandle { class191 explicit PodCompiledProgramHandle(PodTpuDriver* driver, int64_t operation_id) in PodCompiledProgramHandle() function in tpu_driver::__anon6b014a980111::PodCompiledProgramHandle589 return absl::make_unique<PodCompiledProgramHandle>(this, operation_id); in CompileProgram()598 static_cast<const PodCompiledProgramHandle*>(handle)->operation_id()); in LoadProgram()600 static_cast<const PodCompiledProgramHandle*>(handle)->operation_id(); in LoadProgram()962 xla::Status PodCompiledProgramHandle::program_shape( in program_shape()