Searched refs:CachedFunctionHandles (Results 1 – 3 of 3) sorted by relevance
149 class CachedFunctionHandles {151 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles() function163 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()169 TF_DISALLOW_COPY_AND_ASSIGN(CachedFunctionHandles);
275 TEST(CachedFunctionHandles, Basic) { in TEST() argument299 CachedFunctionHandles cached_function_handles(flr); in TEST()
688 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate()703 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles()