Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compilation_cache_factory.h25 std::function<TpuCompilationCacheInterface*()> GetCompilationCacheCreateFn();
Dtpu_compilation_cache_factory.cc43 std::function<TpuCompilationCacheInterface*()> GetCompilationCacheCreateFn() { in GetCompilationCacheCreateFn() function
Dtpu_configuration_ops.cc101 *new_cache = tpu::GetCompilationCacheCreateFn()(); in CreateTpuCompilationCache()