Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h149 class CachedFunctionHandles {
151 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles() function
163 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()
169 TF_DISALLOW_COPY_AND_ASSIGN(CachedFunctionHandles);
Dtf2xla_util_test.cc275 TEST(CachedFunctionHandles, Basic) { in TEST() argument
299 CachedFunctionHandles cached_function_handles(flr); in TEST()
Dtf2xla_util.cc688 Status CachedFunctionHandles::GetOrInstantiate( in GetOrInstantiate()
703 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles()