Home
last modified time | relevance | path

Searched defs:compile_function (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compilation_cache_interface.cc372 const std::function<Status(TpuProgramGroupInterface*)>& compile_function) { in CompileIfKeyAbsent()
411 const std::function<Status(TpuProgramGroupInterface*)>& compile_function) { in CompileIfKeyAbsentHelper()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.h47 void *compile_function; member
H A Dlp_texture_handle.c254 compile_function(struct llvmpipe_context *ctx, struct gallivm_state *gallivm, LLVMValueRef function, in compile_function() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt_compilation_cache.cc216 const std::function<Status(std::unique_ptr<xla::LocalExecutable>*)>& in CompileIfKeyAbsent()