Searched refs:ComputeFunctionType (Results 1 – 3 of 3) sorted by relevance
78 using ComputeFunctionType = variable83 const ComputeFunctionType& compute_function() const { in compute_function()143 ComputeFunctionType compute_function_;
29 using ComputeFunctionType = void (*)(void*, const void*, const void**, void**, typedef78 ComputeFunctionType function = in __xla_cpu_runtime_ParallelForkJoin()79 reinterpret_cast<ComputeFunctionType>(function_ptr); in __xla_cpu_runtime_ParallelForkJoin()
82 compute_function_ = reinterpret_cast<ComputeFunctionType>(sym->getAddress()); in CpuExecutable()