Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.h78 using ComputeFunctionType = variable
83 const ComputeFunctionType& compute_function() const { in compute_function()
143 ComputeFunctionType compute_function_;
H A Druntime_fork_join.cc29 using ComputeFunctionType = void (*)(void*, const void*, const void**, void**, typedef
78 ComputeFunctionType function = in __xla_cpu_runtime_ParallelForkJoin()
79 reinterpret_cast<ComputeFunctionType>(function_ptr); in __xla_cpu_runtime_ParallelForkJoin()
H A Dcpu_executable.cc82 compute_function_ = reinterpret_cast<ComputeFunctionType>(sym->getAddress()); in CpuExecutable()