Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc189 class PodCompiledProgramHandle : public CompiledProgramHandle { class
191 explicit PodCompiledProgramHandle(PodTpuDriver* driver, int64_t operation_id) in PodCompiledProgramHandle() function in tpu_driver::__anon6b014a980111::PodCompiledProgramHandle
589 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()