Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h161 Status ReleaseAllHandles();
163 ~CachedFunctionHandles() { ReleaseAllHandles().IgnoreError(); } in ~CachedFunctionHandles()
Dtf2xla_util_test.cc331 TF_EXPECT_OK(cached_function_handles.ReleaseAllHandles()); in TEST()
Dtf2xla_util.cc703 Status CachedFunctionHandles::ReleaseAllHandles() { in ReleaseAllHandles() function in tensorflow::CachedFunctionHandles