Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_c_api.h296 SE_Executable** result, TF_Status* status);
301 SE_DeviceMemoryAllocator* allocator, SE_Executable** executables,
308 SE_Executable* executable, SE_ExecutableRunOptions* se_options,
325 TFTPU_CAPI_EXPORT void TpuExecutable_Fingerprint(SE_Executable* executable,
332 TpuExecutable_HloModule(SE_Executable* executable);
334 TFTPU_CAPI_EXPORT void TpuExecutable_Free(SE_Executable*);
Dc_api_decl.h160 typedef struct SE_Executable SE_Executable; typedef
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc90 TpuExecutable(SE_Executable* se_executable, in TpuExecutable()
206 SE_Executable* se_executable_;
255 SE_Executable* result; in RunBackend()
312 SE_Executable** se_executables = new SE_Executable*[module_group->size()]; in Compile()